summaryrefslogtreecommitdiff
path: root/libretools.conf
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernandez <hahj87@gmail.com>2011-03-25 07:41:51 -0700
committerJoshua Ismael Haase Hernandez <hahj87@gmail.com>2011-03-25 07:41:51 -0700
commit4c1aa8c1cdfaf8c920cf0d6eed273b1f3cb34765 (patch)
treea7930fbea0347464534b438fb1d1922ca106131b /libretools.conf
parentbe70568e8851b2073c9277c1ce880c4955810cc9 (diff)
librecommit usefull for everyone
Diffstat (limited to 'libretools.conf')
-rw-r--r--libretools.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/libretools.conf b/libretools.conf
index b2ff53c..ab8fb07 100644
--- a/libretools.conf
+++ b/libretools.conf
@@ -36,6 +36,12 @@ LIBRESRCDIR=/home/parabolavnx/parabolagnulinux.org/repo/pkgbuilds
## ABSLibre
ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git/
+## Commit Command
+## Should be git or hg
+## Uncomment only one of those
+#COMMITCMD=git
+#COMMITCMD=hg
+
# Recommended SSH Config
# SSH host, it's better if you have it configured on ~/.ssh/config
# with ControlMaster auto (and a shell opened somewhere else)
@@ -56,7 +62,7 @@ ABSLIBREGIT=http://projects.parabolagnulinux.org/abslibre.git/
# Checks if vars aren't empty
#
for VAR in CHROOTDIR CHROOT CHCOPY CACHEDIR PARABOLAHOST LIBREDESTDIR \
- LIBRESRCDIR BLACKLIST WORKDIR PATCHDIR REPOS ARCHES ABSLIBREGIT; do
+ LIBRESRCDIR BLACKLIST WORKDIR PATCHDIR REPOS ARCHES ABSLIBREGIT COMMITCMD; do
[[ -z ${!VAR} ]] && {
echo "Configure $VAR var in $0"
@@ -64,4 +70,4 @@ for VAR in CHROOTDIR CHROOT CHCOPY CACHEDIR PARABOLAHOST LIBREDESTDIR \
}
done
-source libremessages \ No newline at end of file
+source /usr/bin/libremessages \ No newline at end of file