summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-22libretools.conf: use https for BLACKLISTtesting-20130522Luke Shumaker
2013-05-22add a lib/blacklist.sh, use it for pkgbuild-check-nonfreeLuke Shumaker
2013-05-22librediff: normalize indentLuke Shumaker
2013-05-22conf.sh: also set XDG_CACHE_HOMELuke Shumaker
2013-05-22fix https://labs.parabola.nu/issues/335Luke Shumaker
2013-05-22pkgbuild-check-nonfree: clean upLuke Shumaker
* use tabs for indent * document exit codes * use conf.sh * make the output more pleasing to me * general code clean-up
2013-05-21conf.sh: add documentation, make generic API more consistent.Luke Shumaker
* rename get_files() to list_files() * make list_files() NOT take .conf a the end of $slug * the .conf change cascades to check_vars()
2013-05-21libretools.conf: add a comment about being non-executableLuke Shumaker
2013-05-14update makechrootpkg.sh.patchtesting-20130514Luke Shumaker
2013-05-14libremakepkg: fix adding [repo] to pacman.confLuke Shumaker
2013-05-14chcleanup: run pacman -Sy first to update the local repoLuke Shumaker
2013-05-13makechrootpkg.sh:chroot_copy_in(): work with librefetch stuffLuke Shumaker
* do the process for both PKGBUILD and SRCBUILD, if it exists * look at both ${source[@]} and ${mksource[@]} * don't require that URLs contain a path-part
2013-05-13librefetch: force the ustar format, pax records atimetesting-20130513Luke Shumaker
2013-05-13librefetch: don't run prepare() or check()Luke Shumaker
2013-05-13librefetch: find source files distributed with the PKGBUILDLuke Shumaker
2013-05-13librefetch: careful with stdout, might be called by `makepkg -g`Luke Shumaker
2013-05-08lib/conf.sh: hopefully this will fix alfplayer's problem w/ /dev/stderrtesting-20130508Luke Shumaker
2013-05-08librechroot: improve usage() textLuke Shumaker
2013-05-07libremakepkg: copy more things out on failuretesting-20130507Luke Shumaker
2013-05-07have `librechroot install-file` add the packages to the local repo.Luke Shumaker
2013-05-07libremakepkg: fix possible sudo option parsing bugLuke Shumaker
2013-05-07It appears that I left out implementing `librechroot update`Luke Shumaker
2013-05-07Merge remote-tracking branch 'remotes/origin/fauno'Luke Shumaker
Conflicts: treepkg
2013-05-03libremakepkg: fix -R flagtesting-20130503Luke Shumaker
2013-05-02mips64el-tools/librebasebuilder: s/mkarchroot/archroot/Luke Shumaker
2013-05-02libremakepkg: only lock the chroot if there is a chroot to lock.Luke Shumaker
2013-05-02fix libremakepkgLuke Shumaker
2013-05-02chcleanup: msg is used tooLuke Shumaker
2013-05-02librefetch: take advantage of provided librariesLuke Shumaker
2013-05-02COMMITCMD is no longer used, remove it from the confLuke Shumaker
2013-05-02src/devtools/Makefile: edit lib/*.sh scriptsLuke Shumaker
- makechrootpkg.sh: run through $(edit) to expand m4_include() - common.sh: add a header and footer to prevent multiple inclusion
2013-05-02librechroot: improve message outputLuke Shumaker
2013-05-02librechroot: fix ${archroot_args[]}Luke Shumaker
2013-05-02fix the MakefilesLuke Shumaker
2013-05-02fix minor bugs in Makefile, .gitignoreLuke Shumaker
2013-05-02treepkg: normalize indent to a 'tab'; no other changesLuke Shumaker
The indentation was scattered between tabs and any number of spaces.
2013-05-02deprecate rePKGBUILD/librerepkgLuke Shumaker
2013-05-02chcleanup: define `msg2` and `error` internally, to avoid dep on libremessagesLuke Shumaker
2013-05-02Update for the new devtools-par (major)Luke Shumaker
* `src/devtools`: Redo to get devtools from another location, and patch it * `src/chroot-tools/{chcleanup,chroot.conf}`: Only install 'base-devel' by default * libremkchroot: deprecate in favor of `librechroot make` * librechroot: - redo option parsing to be a "sub-command" (git-like) interface, instead of having esoteric flags (pacman-like). - add more documentation. - allow COPY to be an absolute path - generally clean up and use updated functions from `makechrootpkg.sh` * libremakepkg: - allow COPY to be an absolute path - update to work with the new `makechrootpkg.sh`: - `makechrootpkg.sh:chroot_exec()` -> `libremakepkg:run()` - `makechrootpkg.sh:chroot_init()` -> `libremakepkg:chroot_init()` - All functions from `makechrootpkg.sh` are wrapped, because they don't work with `set -euE`. - Other small changes
2013-04-25beta 4 of librefetchLuke Shumaker
2013-04-25beta 3 of librefetchLuke Shumaker
2013-04-25second iteration of librefetchLuke Shumaker
2013-04-25initial implementation of librefetchLuke Shumaker
2013-04-24Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/libretoolsLuke Shumaker
2013-04-07librerelease: Don't resign packages after successful verification.Michał Masłowski
All such resigns were interactive and unneeded.
2013-01-17Integrate devtools into the build systemv20130117Luke Shumaker
2013-01-17Merge commit '512436524cd3e70b9394d304bc9a43c6858c3695' as 'src/devtools'Luke Shumaker
2013-01-17Squashed 'src/devtools/' content from commit 2cda43fLuke Shumaker
git-subtree-dir: src/devtools git-subtree-split: 2cda43f4fa3d51f3cbcb05950186896eb9c01314
2013-01-13use /usr/share/devtools/makechrootpkg.sh instead of *.gpl2Luke Shumaker
2013-01-13libretools.conf: tweak DIFFTOOL detectionLuke Shumaker