summaryrefslogtreecommitdiff
path: root/src/libretools.conf
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-02 00:23:36 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-05 20:01:06 -0600
commit24073402dd3d4324f117f12abc3c921cc3dc3750 (patch)
tree7a3f1ed1e354ebdc015b97aba7751c6a0f6dec99 /src/libretools.conf
parent7c741c5c1b0253d87a925927cb74ff3d329aa16a (diff)
fix up mipsrelease/fullpkg-build/HOOKLOCALRELEASE
HOOKLOCALRELEASE: - set to librestage by default, because the mips value is mipsrelease, which calls librestage - document what arguments it is given. fullpkg-build: - Run HOOKLOCALRELEASE in a way that is consistent with treepkg does and what mipsrelease takes. Note that what fullpkg-build did is what mipsrelease documentation said, but not what it actually did. - Don't run librestage; if we want it to run, run it with HOOKLOCALRELEASE mipsrelease: Telling diff to ignore whitespace helps with this one. - use get_full_version from common.sh/libremessages - give a code path to display usage() - correct usage() - fix a little quoting - make sure makepkg.conf variables are set
Diffstat (limited to 'src/libretools.conf')
-rw-r--r--src/libretools.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libretools.conf b/src/libretools.conf
index 2c7ccdd..78e6fb8 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -70,8 +70,8 @@ FULLBUILDCMD="sudo libremakepkg"
#FULLBUILDCMD="makepkg -sL --noconfirm"
# Locally release the package or any other action after running FULLBUILDCMD
-# succesfully.
-HOOKLOCALRELEASE=":"
+# succesfully. When run, it is given a repository name as a single argument.
+HOOKLOCALRELEASE="librestage"
#HOOKLOCALRELEASE="mipsrelease"
################################################################################