From cd6dfb1ffa71847ee08bfbbae43beb6a10c0af14 Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Fri, 4 Jun 2021 06:17:15 -0700 Subject: [PATCH] aptly.sh: comment out one-time commands Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> --- aptly.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aptly.sh b/aptly.sh index 10f3790972..e446811b48 100755 --- a/aptly.sh +++ b/aptly.sh @@ -46,9 +46,9 @@ aptly snapshot create "$SNAPSHOT" from repo "$REPO" # run these only on first release to a given repo from a given machine. the first set is # for local testing, the second set is to set up the production server. # https://www.aptly.info/doc/aptly/publish/snapshot/ -aptly publish snapshot -gpg-key="$GPG_KEYID" -distribution="$CURRENT" "$SNAPSHOT" +# aptly publish snapshot -gpg-key="$GPG_KEYID" -distribution="$CURRENT" "$SNAPSHOT" # aptly publish snapshot -gpg-key="$GPG_KEYID" -distribution="$PREVIOUS" "$SNAPSHOT" -aptly publish snapshot -gpg-key="$GPG_KEYID" -distribution="$CURRENT" -config=.aptly.conf "$SNAPSHOT" "s3:$ENDPOINT:" +# aptly publish snapshot -gpg-key="$GPG_KEYID" -distribution="$CURRENT" -config=.aptly.conf "$SNAPSHOT" "s3:$ENDPOINT:" # aptly publish snapshot -gpg-key="$GPG_KEYID" -distribution="$PREVIOUS" -config=.aptly.conf "$SNAPSHOT" "s3:$ENDPOINT:" # these update already-published repos, run every time after that