[sysadmin-bin] Remove the repository at every run
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] Remove the repository at every run
- Date: Mon, 11 Nov 2013 21:06:30 +0000 (UTC)
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]