[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: Revert "reproducible Debian: node maintenance, mark ff64a-armhf and jtk1b-armhf as offline"
Holger Levsen
gitlab at salsa.debian.org
Sat Mar 9 10:17:53 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
6b3aab38 by Holger Levsen at 2019-03-09T10:16:55Z
Revert "reproducible Debian: node maintenance, mark ff64a-armhf and jtk1b-armhf as offline"
This reverts commit 28cb883b46362cc77681939e05705a85bbf138aa.
- - - - -
db541e4e by Holger Levsen at 2019-03-09T10:17:26Z
reproducible Debian: node maintenance, mark ff64a-armhf and jtk1b-armhf as offline
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_compare_Debian_sha1sums.sh
Changes:
=====================================
bin/reproducible_compare_Debian_sha1sums.sh
=====================================
@@ -50,9 +50,9 @@ bdn_url="https://buildinfo.debian.net/api/v1/buildinfos/checksums/sha1"
log=$(mktemp --tmpdir=$TMPDIR sha1-log-XXXXXXX)
echo "$(date -u) - logfile used is $log"
-FORCE_DATE=$(date -u -d "14 days ago" '+%Y-%m-%d %H:%M')
+FORCE_DATE=$(date -u -d "14 days ago" '+%Y-%m-%d')
DUMMY_FILE=$(mktemp --tmpdir=$TMPDIR sha1-date-XXXXXXX)
-touch -d "$FORCE_DATE" $DUMMY_FILE
+touch -d "$(date '+%Y-%m-%d') 00:00 UTC" $DUMMY_FILE
SHA1DIR=/srv/reproducible-results/debian-sha1
mkdir -p $SHA1DIR
@@ -160,7 +160,7 @@ for package in $packages ; do
touch $LOCK
fi
version=$(grep-dctrl -X -P ${package} -s Version -n $PACKAGES | head -1)
- arch=$(grep-dctrl -X -P ${package} -F -s Architecture -n $PACKAGES | head -1)
+ arch=$(grep-dctrl -X -P ${package} -s Architecture -n $PACKAGES | head -1)
package_file="${package}_$(echo $version | sed 's#:#%3a#')_${arch}.deb"
pool_dir="$SHA1DIR/$(dirname $(grep-dctrl -X -P ${package} -s Filename -n $PACKAGES | head -1))"
mkdir -p $pool_dir
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/28cb883b46362cc77681939e05705a85bbf138aa...db541e4e43344e46b43c89bbdba2906ed3b02a48
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/28cb883b46362cc77681939e05705a85bbf138aa...db541e4e43344e46b43c89bbdba2906ed3b02a48
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/20190309/b4dd39d6/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list