Skip to content

Commit

Permalink
triton-dehydrated#53 Ship our own full cacert.pem (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamat committed Sep 30, 2021
1 parent f75fdbe commit 0d2ee7e
Show file tree
Hide file tree
Showing 3 changed files with 3,155 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/dehydrated.tar.gz
/cacert.pem
/domains.txt
.version
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ release: clean .version $(ARCHIVE)
echo "$(VERSION)" > $@
git rev-parse HEAD 2>/dev/null >> $@

$(ARCHIVE): $(SCRIPT) .version
$(ARCHIVE): $(SCRIPT) patch .version
find . -type f \
-not -path '*/.git/*' \
-not -name '.git*' \
Expand Down
Loading

0 comments on commit 0d2ee7e

Please sign in to comment.