Skip to content

Commit

Permalink
Add support for ubuntu focal, new LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
thedewi committed May 7, 2020
1 parent 44874ac commit c7aab7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BuildAssets/create-linux-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fpm --version "$VERSION" \
--depends 'libssl1.0.0 | libssl1.0.2 | libssl1.1' \
--depends 'libkrb5-3' \
--depends 'zlib1g' \
--depends 'libicu52 | libicu55 | libicu57 | libicu60 | libicu63' \
--depends 'libicu52 | libicu55 | libicu57 | libicu60 | libicu63 | libicu66' \
"$OCTOPUSCLI_BINARIES=/opt/octopus/octopuscli" \
tmp_usr_bin/=/usr/bin/ \
|| exit
Expand Down
2 changes: 1 addition & 1 deletion BuildAssets/repos/publish-apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ CURL_UPL_OPTS=(--silent --show-error --fail --user "$PUBLISH_ARTIFACTORY_USERNAM
echo "Uploading package to Artifactory"
PKG=$(set -o pipefail; ls -1 *.deb | head -n1) || exit
PKGBN=$(basename "$PKG")
DISTS=(oldoldstable oldstable stable jessie stretch buster trusty xenial bionic cosmic disco eoan)
DISTS=(oldoldstable oldstable stable jessie stretch buster trusty xenial bionic cosmic disco eoan focal)
DISTS=$(printf ";deb.distribution=%s" "${DISTS[@]}")
curl "${CURL_UPL_OPTS[@]}" --request PUT --upload-file "$PKG" \
"https://octopusdeploy.jfrog.io/octopusdeploy/$REPO_KEY/pool/main/${PKGBN:0:1}/${PKGBN/%_*/}/$PKGBN$DISTS;deb.component=main;deb.architecture=amd64" \
Expand Down

0 comments on commit c7aab7b

Please sign in to comment.