From: martin f. krafft Date: Tue, 27 Jun 2017 10:39:42 +0000 (+0200) Subject: run update hooks post-pull & clone X-Git-Url: https://git.madduck.net/etc/crontab.git/commitdiff_plain/bcc8aa7bf793750aab50975c8cedbd904abdc993?hp=0deead18022c5591b29292025014135bcb91cde2 run update hooks post-pull & clone --- 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