[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] fix syntax
Mattia Rizzolo
gitlab at salsa.debian.org
Sat Dec 29 10:26:28 GMT 2018
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
bf19ecbd by Mattia Rizzolo at 2018-12-29T10:26:14Z
fix syntax
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- bin/reproducible_node_health_check.sh
Changes:
=====================================
bin/reproducible_node_health_check.sh
=====================================
@@ -114,7 +114,7 @@ if "$NODE_RUN_IN_THE_FUTURE"; then
echo "Warning, today we came back to the present: $(date -u)."
DIRTY=true
elif [ "$year" -eq "$(("$real_year" + 1))" ] || \
- [ "$year" -eq "$(("$real_year" + 2))" -a "$(date +%m)" -eq 1]; then
+ [ "$year" -eq "$(("$real_year" + 2))" -a "$(date +%m)" -eq 1 ]; then
echo "Good, today is the right future: $(date -u)."
else
echo "Warning, today is the wrong future: $(date -u)."
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/bf19ecbd567bf920835769b0a1a022fcd18e2c4a
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/bf19ecbd567bf920835769b0a1a022fcd18e2c4a
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/20181229/85b6f21a/attachment.html>
More information about the Qa-jenkins-scm
mailing list