[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: bin: Arch Linux add link to package page
Holger Levsen
gitlab at salsa.debian.org
Tue Jan 21 18:30:56 GMT 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
95c9006e by Jelle van der Waa at 2020-01-21T18:56:57+01:00
bin: Arch Linux add link to package page
Add a link to the Arch Linux specific package page in the reproducible
overview table.
- - - - -
66c8eee0 by Jelle van der Waa at 2020-01-21T19:03:53+01:00
bin: set PACKAGER to a valid string for Arch Linux
When building an Arch Linux package a warning is shown about an invalid
PACKAGER string since pacman 5.2.0 add an email address to the env
variable to make this warning go away:
==> WARNING: PACKAGER should have the format 'Example Name <email at address.invalid>'
- - - - -
2 changed files:
- bin/reproducible_common.sh
- bin/reproducible_setup_archlinux_schroot.sh
Changes:
=====================================
bin/reproducible_common.sh
=====================================
@@ -1030,7 +1030,7 @@ create_pkg_html() {
echo " <tr>" >> $HTML_BUFFER
echo " <td>$REPOSITORY</td>" >> $HTML_BUFFER
- echo " <td>$SRCPACKAGE</td>" >> $HTML_BUFFER
+ echo " <td><a href=\"https://www.archlinux.org/packages/$REPOSITORY/x86_64/$SRCPACKAGE/\">$SRCPACKAGE</a></td>" >> $HTML_BUFFER
echo " <td>$VERSION</td>" >> $HTML_BUFFER
echo " <td>" >> $HTML_BUFFER
#
=====================================
bin/reproducible_setup_archlinux_schroot.sh
=====================================
@@ -149,7 +149,7 @@ if [ "$HOSTNAME" = "osuosl-build170-amd64" ] ; then
export GIT_SSL_NO_VERIFY=1
fi
-$ROOTCMD sed -i 's/^#PACKAGER\s*=.*/PACKAGER="Reproducible Arch Linux tests"/' /etc/makepkg.conf
+$ROOTCMD sed -i 's/^#PACKAGER\s*=.*/PACKAGER="Reproducible Arch Linux tests <reproducible at archlinux.org>"/' /etc/makepkg.conf
$ROOTCMD sed -i "s|^#XferCommand = /usr/bin/curl |XferCommand = /usr/bin/curl --proxy $http_proxy |" /etc/pacman.conf
if [ "$HOSTNAME" = "osuosl-build170-amd64" ] ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/9f58a8df769d21182b069308169d27d54e951f52...66c8eee08aa8fae6e7c662d98da9bba2e6541203
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/9f58a8df769d21182b069308169d27d54e951f52...66c8eee08aa8fae6e7c662d98da9bba2e6541203
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200121/33b8ddf8/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list