From f9c4342fc279b5151883c9e359b4f95d4354005d Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 21 Jul 2017 12:00:29 -0700 Subject: [PATCH] Remove questions from aptly.sh - they interrupted automated scripts --- aptly.sh | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/aptly.sh b/aptly.sh index fafe13a5d..3646bc189 100755 --- a/aptly.sh +++ b/aptly.sh @@ -13,22 +13,6 @@ SNAPSHOT=signal-desktop_v$VERSION GPG_KEYID=57F6FB06 aptly repo add $REPO $DEB_PATH/$REPO\_$VERSION\_*.deb -while true; do - read -p "Create snapshot?" yn - case $yn in - [Yy]* ) break;; - [Nn]* ) exit;; - * ) echo "Please answer yes or no."; - esac -done aptly snapshot create $SNAPSHOT from repo $REPO -while true; do - read -p "Deploy snapshot?" yn - case $yn in - [Yy]* ) break;; - [Nn]* ) exit;; - * ) echo "Please answer yes or no."; - esac -done aptly publish switch -gpg-key=$GPG_KEYID $DISTRO $SNAPSHOT aptly publish switch -gpg-key=$GPG_KEYID -config=.aptly.conf $DISTRO s3:$ENDPOINT: $SNAPSHOT