[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: don't point out FIXMEs mentioned in TODO file
Holger Levsen
gitlab at salsa.debian.org
Fri Feb 8 16:14:58 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
56d78d7a by Holger Levsen at 2019-02-08T16:04:23Z
don't point out FIXMEs mentioned in TODO file
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
b6b2b020 by Holger Levsen at 2019-02-08T16:14:49Z
reproducible: drop unactionable FIXME
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_archlinux_scheduler.sh
- update_jdn.sh
Changes:
=====================================
bin/reproducible_archlinux_scheduler.sh
=====================================
@@ -101,7 +101,7 @@ update_archlinux_repositories() {
while read repository pkgbase version; do
PKG=$pkgbase
SUITE="archlinux_$REPO"
- PKG_IN_DB=$(grep "^archlinux_$REPO|$pkgbase|" $KNOWN | head -1) # FIXME: why oh why is head -1 needed here?
+ PKG_IN_DB=$(grep "^archlinux_$REPO|$pkgbase|" $KNOWN | head -1) # why oh why is head -1 needed here?
VERSION=$(echo ${PKG_IN_DB} | cut -d "|" -f3)
if [ -z "${PKG_IN_DB}" ] ; then
# new package, add to db and schedule
=====================================
update_jdn.sh
=====================================
@@ -750,7 +750,7 @@ fi
#
if [ "$HOSTNAME" = "jenkins" ] || [ "$HOSTNAME" = "jenkins-test-vm" ] ; then
TMPFILE=$(mktemp)
- rgrep FI[X]ME $BASEDIR/* | grep -v echo > $TMPFILE || true
+ rgrep FI[X]ME $BASEDIR/* | grep -v $BASEDIR/TODO | grep -v echo > $TMPFILE || true
if [ -s $TMPFILE ] ; then
echo
cat $TMPFILE
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/13e62b27a0cff8af478d3c50e2dec9a35da68071...b6b2b020b1a25fc1cc39b5f654859cc0487aa570
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/13e62b27a0cff8af478d3c50e2dec9a35da68071...b6b2b020b1a25fc1cc39b5f654859cc0487aa570
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/20190208/59f5d08c/attachment.html>
More information about the Qa-jenkins-scm
mailing list