[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: node maintenance, mark ff64a-armhf and jtk1b-armhf as offline
Holger Levsen
gitlab at salsa.debian.org
Fri Mar 8 20:50:42 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
28cb883b by Holger Levsen at 2019-03-08T20:50:25Z
reproducible Debian: node maintenance, mark ff64a-armhf and jtk1b-armhf as offline
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_compare_Debian_sha1sums.sh
- jenkins-home/offline_nodes
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')
+FORCE_DATE=$(date -u -d "14 days ago" '+%Y-%m-%d %H:%M')
DUMMY_FILE=$(mktemp --tmpdir=$TMPDIR sha1-date-XXXXXXX)
-touch -d "$(date '+%Y-%m-%d') 00:00 UTC" $DUMMY_FILE
+touch -d "$FORCE_DATE" $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} -s Architecture -n $PACKAGES | head -1)
+ arch=$(grep-dctrl -X -P ${package} -F -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
=====================================
jenkins-home/offline_nodes
=====================================
@@ -24,6 +24,8 @@ codethink-sled13-arm64.debian.net
codethink-sled14-arm64.debian.net
## temporary problems
+ff64a-armhf
+jtk1b-armhf
# Down here nodes are automtically added by the maintenance job when they have
# been failing their health check for too long.
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/28cb883b46362cc77681939e05705a85bbf138aa
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/28cb883b46362cc77681939e05705a85bbf138aa
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/20190308/096b8d69/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list