Files
fedora-infra_ansible/roles
Will Woods 9a4201efc1 suppress 'nothing added to commit..' messages from countme-update.sh
Right now countme-update.sh tries to `git commit -a` whether or not
anything has changed, which results in this output whenever there's no
new changes to commit:

    On branch master
    Untracked files:
      (use "git add <file>..." to include in what will be committed)
            raw.db
            totals.db

    nothing added to commit but untracked files present (use "git add" to track)

This commit tweaks `countme-update.sh` so that it only attempts `git commit`
if there are changes to be committed - i.e. when `git diff` returns 1.

Signed-off-by: Will Woods <wwoods@redhat.com>
2020-11-17 13:31:52 -05:00
..
2020-10-14 21:02:00 +02:00
2020-11-04 15:19:52 -08:00
2020-11-04 09:08:20 -08:00
2020-11-10 17:26:26 +01:00
2020-05-20 15:50:35 -04:00
2020-05-20 16:20:58 -04:00
2020-10-21 17:41:51 +02:00
2020-09-01 22:56:23 +02:00
2020-10-02 12:51:47 +00:00
2020-10-28 11:52:24 -07:00
2020-11-17 14:26:25 +01:00
2020-08-11 16:07:06 +00:00
2020-10-11 18:58:30 -05:00
2020-10-23 20:00:33 +00:00
2020-06-09 19:38:47 +02:00
2020-06-17 17:19:15 +00:00
2020-07-15 15:29:20 +00:00
2020-11-10 12:20:50 -08:00
2020-05-26 09:19:01 -07:00

Space for our ansible roles - ansible 1.2 and above only