From 24073402dd3d4324f117f12abc3c921cc3dc3750 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 2 Jun 2013 00:23:36 -0600 Subject: 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 --- src/libretools.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libretools.conf') 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" ################################################################################ -- cgit v1.2.2