[sysadmin-bin] Remove the repository at every run



commit 6cafc95987f744179bf418aebabc129b43a39c62
Author: Andrea Veri <av gnome org>
Date:   Mon Nov 11 22:06:20 2013 +0100

    Remove the repository at every run

 automatic-dnssec-signzone |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/automatic-dnssec-signzone b/automatic-dnssec-signzone
index 94656f5..bbb5d0b 100755
--- a/automatic-dnssec-signzone
+++ b/automatic-dnssec-signzone
@@ -6,4 +6,4 @@ cd /tmp
 git clone /home/admin/dns.git
 cd dns/master ; /usr/sbin/dnssec-signzone -K /etc/dnssec-keys/ -N INCREMENT $signed_zones
 git commit -a -m 'Automatic weekly signing run'
-git push
+git push ; cd /tmp ; rm -rf dns


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]