diff options
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 10 |
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 |