Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused aptly target
  • Loading branch information
Scott Nonnenberg authored and scottnonnenberg-signal committed Mar 29, 2019
1 parent 0c69d72 commit 5c2514e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aptly.sh
Expand Up @@ -26,8 +26,8 @@
echo "Releasing $NAME build version $VERSION"

REPO=signal-desktop
CURRENT=artful
PREVIOUS=xenial
CURRENT=xenial
# PREVIOUS=xenial
ENDPOINT=signal-desktop-apt # Matches endpoint name in .aptly.conf
SNAPSHOT=signal-desktop_v$VERSION
GPG_KEYID=57F6FB06
Expand All @@ -46,7 +46,7 @@ aptly snapshot create $SNAPSHOT from repo $REPO
# these update already-published repos, run every time after that
# https://www.aptly.info/doc/aptly/publish/switch/
aptly publish switch -gpg-key=$GPG_KEYID $CURRENT $SNAPSHOT
aptly publish switch -gpg-key=$GPG_KEYID $PREVIOUS $SNAPSHOT
# aptly publish switch -gpg-key=$GPG_KEYID $PREVIOUS $SNAPSHOT
aptly publish switch -gpg-key=$GPG_KEYID -config=.aptly.conf $CURRENT s3:$ENDPOINT: $SNAPSHOT
aptly publish switch -gpg-key=$GPG_KEYID -config=.aptly.conf $PREVIOUS s3:$ENDPOINT: $SNAPSHOT
# aptly publish switch -gpg-key=$GPG_KEYID -config=.aptly.conf $PREVIOUS s3:$ENDPOINT: $SNAPSHOT

0 comments on commit 5c2514e

Please sign in to comment.