Skip to content

Commit

Permalink
Do not fail uploades of source packages (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero authored Aug 13, 2020
1 parent 3218b9d commit f319ff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins-scripts/lib/repository_uploader.bash
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ upload_dsc_package()
# try to upload and if failed, specify the values
# see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768046
sudo GNUPGHOME=$HOME/.gnupg reprepro --nothingiserror includedsc $DISTRO ${pkg} || \
sudo GNUPGHOME=$HOME/.gnupg reprepro --nothingiserror --section science --priority extra includedsc $DISTRO ${pkg}
sudo GNUPGHOME=$HOME/.gnupg reprepro --nothingiserror --section science --priority extra includedsc $DISTRO ${pkg} || \
echo "MARK_BUILD_UNSTABLE"
}

NEEDED_HOST_PACKAGES="reprepro openssh-client jq"
Expand Down

0 comments on commit f319ff0

Please sign in to comment.