From c4a2ddd6588a0e8e045001ed488dfd55beaea78a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Fri, 18 Apr 2014 05:36:40 +0200 Subject: [PATCH] =?UTF-8?q?[backuppc]=20Ok,=20on=20est=20oblig=C3=A9s=20de?= =?UTF-8?q?=20faire=20des=20trucs=20sales?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Donc, à l'update, le symlink n'a pas de mise à jour de son mtime, donc les modules Cfg & cie ne gèrent pas les updates. * Les hardlinks sous git, ça marche juste pas * En revanche, les post-receive en hooks, ça marche bien, donc on renouvelle un hardlink en cas de git pull --- .gitignore | 1 + etc/python/backups.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 etc/python/backups.py diff --git a/.gitignore b/.gitignore index 1ffce87..ef77d20 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ etc/brpt.sqlite-journal # généré à partir de gen_conf (bind.py) Cfg/etc/bind/generated/zones_crans/zones_crans +etc/python/backups.py diff --git a/etc/python/backups.py b/etc/python/backups.py deleted file mode 120000 index 590de84..0000000 --- a/etc/python/backups.py +++ /dev/null @@ -1 +0,0 @@ -../../Cfg/etc/backuppc/config/backups.py/backups.py \ No newline at end of file