[sysadmin-bin] Make sure git tracks the generated files
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] Make sure git tracks the generated files
- Date: Mon, 11 Nov 2013 21:22:06 +0000 (UTC)
commit f60df86dfda905ed32d873b4cef1aac2b32ded02
Author: Andrea Veri <av gnome org>
Date: Mon Nov 11 22:21:57 2013 +0100
Make sure git tracks the generated files
automatic-dnssec-signzone | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/automatic-dnssec-signzone b/automatic-dnssec-signzone
index c08f340..8f00e87 100755
--- a/automatic-dnssec-signzone
+++ b/automatic-dnssec-signzone
@@ -5,5 +5,5 @@ signed_zones='gnome.org'
cd /tmp
git clone /home/admin/dns.git
cd dns/master ; /usr/sbin/dnssec-signzone -K /srv/dnssec-keys/ -N INCREMENT $signed_zones
-git commit -a -m 'Automatic weekly signing run'
+git add . ; git commit -a -m 'Automatic weekly signing run'
git push ; cd /tmp ; rm -rf dns
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]