summaryrefslogtreecommitdiff
path: root/src/libretools.conf
AgeCommit message (Collapse)Author
2013-06-08libretools.conf: tidy upLuke Shumaker
2013-06-08librestage: go back to looping over all archesLuke Shumaker
This for users who cross-compile for multiple architectures.
2013-06-08libretools.conf: change default DIFFTOOL orderLuke Shumaker
2013-06-05fix up mipsrelease/fullpkg-build/HOOKLOCALRELEASELuke Shumaker
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
2013-06-05librerelease: use a single REPODEST instead of PARABOLAHOST + LIBREDESTDIRLuke Shumaker
2013-06-05libretools.conf: add ssh value for ABSLIBREGIT in commentLuke Shumaker
2013-06-05librerelease: Use makepkg.conf:GPGKEY instead of libretools.conf:SIGIDLuke Shumaker
2013-06-05librerelease: add a HOOKPOSTRELEASELuke Shumaker
2013-06-05librestage: clean up, add unit testsLuke Shumaker
Contained the text "# TODO refactor this", and I can't just stick to that fragment of code, can I? I actually didn't change too much, despite what the diff looks like. - move everything into a main() routine - redo the usage() text - rename a few variables - fix where "${#repos}" should have been "${#repos[@]}" - use [[...]] instead of [...] - use "if A; then B; else C; fi" instead of "A || C && B" - use CARCH instead of looping over every possible architecture. - only look for files that match PKGEXT, as set in makepkg.conf - pull out duplicate code for error handling - don't warn when creating "staging/REPONAME"
2013-06-05libretools.conf: add default for HOOKPREBUILD, commentLuke Shumaker
2013-06-05rm librediffLuke Shumaker
2013-06-05clean up configuration filesLuke Shumaker
2013-05-26redo the library system; avoid hard-coded pathsLuke Shumaker
* install all library files to $(libexecdir)/libretools, instead of - $(bindir) - $(datadir)/libretools - $(datadir)/devtools * symlink the executable library files into $(bindir) * add the tool `librelib` * instead of ". /path/to/lib.sh", use ". $(librelib lib.sh)" * mark all libraries with shebangs of what options they support * move blacklist.sh to libreblacklist
2013-05-22libretools.conf: use https for BLACKLISTtesting-20130522Luke Shumaker
2013-05-21libretools.conf: add a comment about being non-executableLuke Shumaker
2013-05-02COMMITCMD is no longer used, remove it from the confLuke Shumaker
2013-01-13libretools.conf: tweak DIFFTOOL detectionLuke Shumaker
2013-01-04remove obvious comment from libretools.confLuke Shumaker
2013-01-04move checks from libretools.conf to conf.shLuke Shumaker
2013-01-04fix dumb mistake in libretools.confLuke Shumaker
2012-12-09Add /usr/share/libretools/conf.sh, use /etc/libretools.d/chroot.confLuke Shumaker
Use it for librechroot, libremakepkg, libremkchroot
2012-11-30libretools.conf: fix FULLBUILDCMDLuke Shumaker
2012-11-30libretools.conf: force SIGEXT and SIGID to be setLuke Shumaker
https://labs.parabola.nu/issues/154
2012-11-28libretools.conf: change the default value of CHROOTDIR to match devtoolsv20121128.3Luke Shumaker
2012-11-28many fixesLuke Shumaker
2012-11-28libretools.conf: set LIBREUSER and LIBREHOMELuke Shumaker
2012-11-28libretools.conf: remove libretools from CHROOTEXTRAPKG, it is being added to ↵Luke Shumaker
base-devel
2012-11-28libretools.conf: force CHROOT != rootLuke Shumaker
2012-11-12libretools.conf: organize into sectionsLuke Shumaker
2012-11-12libretools.conf: clean up CHROOT* settings:Luke Shumaker
* CHROOTEXTRAPKG: add libretools, remove tokyocabinet (dep of libretools) * CHROOT=default new devtools does NOT like 'root'
2012-11-12libretools.conf: set COMMITCMD=git by defaultLuke Shumaker
2012-11-12libretools.conf: add a shebang to help editors outLuke Shumaker
2012-11-12libretools.conf: autodetect DIFFTOOLLuke Shumaker
2012-11-12libretools.conf: add [prc] and [java] to REPOSLuke Shumaker
2012-11-12libretools.conf: remove CACHEDIR (grep confirms it is unused)Luke Shumaker
2012-11-12libretools.conf: improve the "code" section at the endLuke Shumaker
* verify that XDG_CONFIG_HOME is set; if not, then set it * warn about all unconfigured variables, not just the first one * source the user-specific libretools.conf, if it exists
2012-11-12libretools.conf: clean up .ssh/config recomendationLuke Shumaker
2012-11-07mv libretools.conf src/Luke Shumaker