[Git][reproducible-builds/reproducible-notes][master] 2 commits: Revert "change way to check for cleaness of the working tree…"

Mattia Rizzolo gitlab at salsa.debian.org
Tue Nov 6 12:07:26 CET 2018


Mattia Rizzolo pushed to branch master at Reproducible Builds / reproducible-notes


Commits:
874a2d2c by Mattia Rizzolo at 2018-11-06T10:16:56Z
Revert "change way to check for cleaness of the working tree…"

This reverts commit 8e415a0675e6cdea9777e8703a846efb0ab98991.

- - - - -
1d6e660a by Mattia Rizzolo at 2018-11-06T11:02:22Z
ignore untracked files in git status

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -9,4 +9,4 @@ test:
     - hooks/pre-receive
     - git clone --depth=1 https://salsa.debian.org/reproducible-builds/reproducible-misc.git misc
     - misc/clean-notes
-    - if ! git diff-index --quiet HEAD -- ; then printf "NOTES NOT CLEAN!\n\n" ; git diff ; exit 1 ; else echo "Then notes are clean ☺" ; fi
+    - if [ -n "$(git status --untracked-files=no --porcelain)" ]; then printf "NOTES NOT CLEAN!\n\n" ; git diff ; exit 1 ; else echo "Then notes are clean ☺" ; fi



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/compare/8e415a0675e6cdea9777e8703a846efb0ab98991...1d6e660af0e79af66bd40a6abb1dd6aa16084bda

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-notes/compare/8e415a0675e6cdea9777e8703a846efb0ab98991...1d6e660af0e79af66bd40a6abb1dd6aa16084bda
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20181106/80c58275/attachment.html>


More information about the rb-commits mailing list