]> git.madduck.net Git - etc/crontab.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Run remake hook for all repos
authormartin f. krafft <madduck@madduck.net>
Tue, 20 Jun 2017 09:22:25 +0000 (11:22 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 20 Jun 2017 09:24:07 +0000 (11:24 +0200)
.config/vcsh/hooks-available/crontab.post-run+enter
.config/vcsh/hooks-enabled/post-enter.crontab [moved from .config/vcsh/hooks-enabled/crontab.post-enter with 100% similarity]
.config/vcsh/hooks-enabled/post-run.crontab [moved from .config/vcsh/hooks-enabled/crontab.post-run with 100% similarity]

index 48da5e115397c278a1f4641d62abb9026cdea44e..29285c49815fe56dc80dc822aacc803d6fcd7c0e 100755 (executable)
@@ -1,2 +1,6 @@
 #!/bin/sh
 #!/bin/sh
-exec make -sC ~/.crontab.d
+
+cd ~/.crontab.d
+git ls-files . | grep -q . || exit 0
+echo Triggering remake of user crontab… >&2
+exec make -s