From bcc8aa7bf793750aab50975c8cedbd904abdc993 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 27 Jun 2017 12:39:42 +0200 Subject: [PATCH] run update hooks post-pull & clone --- .../{crontab.post-run+enter => crontab.update} | 0 .config/vcsh/hooks-enabled/crontab.post-clone | 1 + .config/vcsh/hooks-enabled/crontab.post-enter | 1 + .config/vcsh/hooks-enabled/crontab.post-pull | 1 + .config/vcsh/hooks-enabled/crontab.post-run | 1 + .config/vcsh/hooks-enabled/post-enter.crontab | 1 - .config/vcsh/hooks-enabled/post-run.crontab | 1 - .gitignore.d/crontab | 8 +++++--- 8 files changed, 9 insertions(+), 5 deletions(-) rename .config/vcsh/hooks-available/{crontab.post-run+enter => crontab.update} (100%) create mode 120000 .config/vcsh/hooks-enabled/crontab.post-clone create mode 120000 .config/vcsh/hooks-enabled/crontab.post-enter create mode 120000 .config/vcsh/hooks-enabled/crontab.post-pull create mode 120000 .config/vcsh/hooks-enabled/crontab.post-run delete mode 120000 .config/vcsh/hooks-enabled/post-enter.crontab delete mode 120000 .config/vcsh/hooks-enabled/post-run.crontab diff --git a/.config/vcsh/hooks-available/crontab.post-run+enter b/.config/vcsh/hooks-available/crontab.update similarity index 100% rename from .config/vcsh/hooks-available/crontab.post-run+enter rename to .config/vcsh/hooks-available/crontab.update diff --git a/.config/vcsh/hooks-enabled/crontab.post-clone b/.config/vcsh/hooks-enabled/crontab.post-clone new file mode 120000 index 0000000..0d3dd6e --- /dev/null +++ b/.config/vcsh/hooks-enabled/crontab.post-clone @@ -0,0 +1 @@ +../hooks-available/crontab.update \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/crontab.post-enter b/.config/vcsh/hooks-enabled/crontab.post-enter new file mode 120000 index 0000000..0d3dd6e --- /dev/null +++ b/.config/vcsh/hooks-enabled/crontab.post-enter @@ -0,0 +1 @@ +../hooks-available/crontab.update \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/crontab.post-pull b/.config/vcsh/hooks-enabled/crontab.post-pull new file mode 120000 index 0000000..0d3dd6e --- /dev/null +++ b/.config/vcsh/hooks-enabled/crontab.post-pull @@ -0,0 +1 @@ +../hooks-available/crontab.update \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/crontab.post-run b/.config/vcsh/hooks-enabled/crontab.post-run new file mode 120000 index 0000000..0d3dd6e --- /dev/null +++ b/.config/vcsh/hooks-enabled/crontab.post-run @@ -0,0 +1 @@ +../hooks-available/crontab.update \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/post-enter.crontab b/.config/vcsh/hooks-enabled/post-enter.crontab deleted file mode 120000 index b6303c2..0000000 --- a/.config/vcsh/hooks-enabled/post-enter.crontab +++ /dev/null @@ -1 +0,0 @@ -../hooks-available/crontab.post-run+enter \ No newline at end of file diff --git a/.config/vcsh/hooks-enabled/post-run.crontab b/.config/vcsh/hooks-enabled/post-run.crontab deleted file mode 120000 index b6303c2..0000000 --- a/.config/vcsh/hooks-enabled/post-run.crontab +++ /dev/null @@ -1 +0,0 @@ -../hooks-available/crontab.post-run+enter \ No newline at end of file diff --git a/.gitignore.d/crontab b/.gitignore.d/crontab index 3f423d4..6eab19b 100644 --- a/.gitignore.d/crontab +++ b/.gitignore.d/crontab @@ -2,10 +2,12 @@ !/.config !/.config/vcsh !/.config/vcsh/hooks-available -!/.config/vcsh/hooks-available/crontab.post-run+enter +!/.config/vcsh/hooks-available/crontab.update !/.config/vcsh/hooks-enabled -!/.config/vcsh/hooks-enabled/post-enter.crontab -!/.config/vcsh/hooks-enabled/post-run.crontab +!/.config/vcsh/hooks-enabled/clone.post-crontab +!/.config/vcsh/hooks-enabled/enter.post-crontab +!/.config/vcsh/hooks-enabled/pull.post-crontab +!/.config/vcsh/hooks-enabled/run.post-crontab !/.crontab.d !/.crontab.d/base !/.crontab.d/.gitignore -- 2.39.2