From 2c21636554472f0cd074c0064b077b07037b8614 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Sun, 3 Mar 2013 08:11:18 +0100 Subject: [PATCH] [bin; gestion; lib] A bunch of harmless symbolic links. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Darcs ne permettait pas de les versionner correctement, maintenant on peut les rajouter au dépôt. --- bin/darcs/darcs-pylint-check | 1 + bin/darcs/darcs-record-posthook | 1 + bin/darcs/darcs-record-prehook | 1 + bin/darcs/darcs-send-changes | 1 + bin/nounous/darcs-send-changes | 1 + gestion/crans | 1 + gestion/secrets/secrets.py | 5 +++++ lib/lib | 1 + 8 files changed, 12 insertions(+) create mode 120000 bin/darcs/darcs-pylint-check create mode 120000 bin/darcs/darcs-record-posthook create mode 120000 bin/darcs/darcs-record-prehook create mode 120000 bin/darcs/darcs-send-changes create mode 120000 bin/nounous/darcs-send-changes create mode 120000 gestion/crans create mode 100644 gestion/secrets/secrets.py create mode 120000 lib/lib diff --git a/bin/darcs/darcs-pylint-check b/bin/darcs/darcs-pylint-check new file mode 120000 index 00000000..1f6d67d4 --- /dev/null +++ b/bin/darcs/darcs-pylint-check @@ -0,0 +1 @@ +../all/darcs-pylint-check \ No newline at end of file diff --git a/bin/darcs/darcs-record-posthook b/bin/darcs/darcs-record-posthook new file mode 120000 index 00000000..2ad90d4f --- /dev/null +++ b/bin/darcs/darcs-record-posthook @@ -0,0 +1 @@ +../all/darcs-record-posthook \ No newline at end of file diff --git a/bin/darcs/darcs-record-prehook b/bin/darcs/darcs-record-prehook new file mode 120000 index 00000000..46c293b1 --- /dev/null +++ b/bin/darcs/darcs-record-prehook @@ -0,0 +1 @@ +../all/darcs-record-prehook \ No newline at end of file diff --git a/bin/darcs/darcs-send-changes b/bin/darcs/darcs-send-changes new file mode 120000 index 00000000..e54fbff8 --- /dev/null +++ b/bin/darcs/darcs-send-changes @@ -0,0 +1 @@ +../all/darcs-send-changes \ No newline at end of file diff --git a/bin/nounous/darcs-send-changes b/bin/nounous/darcs-send-changes new file mode 120000 index 00000000..e54fbff8 --- /dev/null +++ b/bin/nounous/darcs-send-changes @@ -0,0 +1 @@ +../all/darcs-send-changes \ No newline at end of file diff --git a/gestion/crans b/gestion/crans new file mode 120000 index 00000000..dc598c56 --- /dev/null +++ b/gestion/crans @@ -0,0 +1 @@ +../lib \ No newline at end of file diff --git a/gestion/secrets/secrets.py b/gestion/secrets/secrets.py new file mode 100644 index 00000000..2bc875ca --- /dev/null +++ b/gestion/secrets/secrets.py @@ -0,0 +1,5 @@ +# -*- python -*- + +# Au cas ou il y ait encore des vieux scripts qui vont chercher les +# secrets ici +execfile("/etc/crans/secrets/secrets.py") diff --git a/lib/lib b/lib/lib new file mode 120000 index 00000000..cb5ddf18 --- /dev/null +++ b/lib/lib @@ -0,0 +1 @@ +/usr/scripts/lib/ \ No newline at end of file -- GitLab