From: "André Erdmann" <dywi@mailerd.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/R_overlay:gsoc13/next commit in: files/hooks/
Date: Fri, 5 Jul 2013 16:55:44 +0000 (UTC) [thread overview]
Message-ID: <1373042758.5039d0929d5dbbc802d22908b32935bebaed0e08.dywi@gentoo> (raw)
commit: 5039d0929d5dbbc802d22908b32935bebaed0e08
Author: André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Fri Jul 5 16:45:58 2013 +0000
Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Fri Jul 5 16:45:58 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=5039d092
files/hooks/skel.sh: template for hook scripts
---
files/hooks/skel.sh | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/files/hooks/skel.sh b/files/hooks/skel.sh
new file mode 100644
index 0000000..6bb4725
--- /dev/null
+++ b/files/hooks/skel.sh
@@ -0,0 +1,18 @@
+#!/bin/sh
+# -*- coding: utf-8 -*-
+# <short description>
+# template for roverlay hooks
+#
+# <more informative description about what this script does>
+#
+set -u
+
+## load core functions
+. "${FUNCTIONS?}" || exit
+#dont_run_as_root
+
+## load helper functions
+#$lf ...
+
+# hook body starts here
+true
next reply other threads:[~2013-07-05 16:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-05 16:55 André Erdmann [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-07-06 21:05 [gentoo-commits] proj/R_overlay:gsoc13/next commit in: files/hooks/ André Erdmann
2013-07-05 16:55 André Erdmann
2013-07-05 16:55 André Erdmann
2013-06-22 15:24 [gentoo-commits] proj/R_overlay:master " André Erdmann
2013-06-22 15:14 ` [gentoo-commits] proj/R_overlay:gsoc13/next " André Erdmann
2013-06-22 15:24 [gentoo-commits] proj/R_overlay:master " André Erdmann
2013-06-21 18:33 ` [gentoo-commits] proj/R_overlay:gsoc13/next " André Erdmann
2013-06-21 18:41 André Erdmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1373042758.5039d0929d5dbbc802d22908b32935bebaed0e08.dywi@gentoo \
--to=dywi@mailerd.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox