Skip to content
This repository was archived by the owner on Sep 22, 2021. It is now read-only.

Commit e36fc67

Browse files
committed
Added comment to publish script
1 parent 6b1364a commit e36fc67

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/publish.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ gpg --list-secret-keys
2020
if [ -z "$TRAVIS_TAG" ]
2121
then
2222
DISTRIBUTION=nightly
23+
COMMENT="Nightly builds"
2324
else
2425
DISTRIBUTION=stable
26+
COMMENT="Stable builds"
2527
fi
2628

27-
aptly repo create -distribution=${DISTRIBUTION} -component=main mcpr-cli-release
29+
aptly repo create -distribution=${DISTRIBUTION} -comment="${COMMENT}" -component=main mcpr-cli-release
2830
aptly repo add mcpr-cli-release bin/linux/
2931
aptly snapshot create mcpr-cli-$1 from repo mcpr-cli-release
3032
aptly publish snapshot -batch=true -gpg-key="F2EF7271" -architectures="i386,amd64,all" mcpr-cli-${1} s3:apt.filiosoft.com:

0 commit comments

Comments
 (0)