Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-25 | move librefetch:print() to libremessages:print() | Luke Shumaker | |
2013-05-25 | libremessages: clean up comments | Luke Shumaker | |
2013-05-24 | remove stdnull, use plain I/O redirection | Luke Shumaker | |
2013-05-24 | rm src/is_unfree # nothing uses this | Luke Shumaker | |
2013-05-24 | libremessages: simplify stdnull() | Luke Shumaker | |
2013-05-23 | is_unfree: use blacklist.sh | Luke Shumaker | |
2013-05-23 | lib/blacklist.sh: source conf.sh globally to ensure XDG_CACHE_HOME is set | Luke Shumaker | |
2013-05-23 | lib/blacklist.sh:blacklist-cat(): download blacklist iff it doesn't exist | Luke Shumaker | |
2013-05-22 | libretools.conf: use https for BLACKLISTtesting-20130522 | Luke Shumaker | |
2013-05-22 | add a lib/blacklist.sh, use it for pkgbuild-check-nonfree | Luke Shumaker | |
2013-05-22 | librediff: normalize indent | Luke Shumaker | |
2013-05-22 | conf.sh: also set XDG_CACHE_HOME | Luke Shumaker | |
2013-05-22 | fix https://labs.parabola.nu/issues/335 | Luke Shumaker | |
2013-05-22 | pkgbuild-check-nonfree: clean up | Luke Shumaker | |
* use tabs for indent * document exit codes * use conf.sh * make the output more pleasing to me * general code clean-up | |||
2013-05-21 | conf.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-21 | libretools.conf: add a comment about being non-executable | Luke Shumaker | |
2013-05-14 | update makechrootpkg.sh.patchtesting-20130514 | Luke Shumaker | |
2013-05-14 | libremakepkg: fix adding [repo] to pacman.conf | Luke Shumaker | |
2013-05-14 | chcleanup: run pacman -Sy first to update the local repo | Luke Shumaker | |
2013-05-13 | makechrootpkg.sh:chroot_copy_in(): work with librefetch stuff | Luke 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-13 | librefetch: force the ustar format, pax records atimetesting-20130513 | Luke Shumaker | |
2013-05-13 | librefetch: don't run prepare() or check() | Luke Shumaker | |
2013-05-13 | librefetch: find source files distributed with the PKGBUILD | Luke Shumaker | |
2013-05-13 | librefetch: careful with stdout, might be called by `makepkg -g` | Luke Shumaker | |
2013-05-08 | lib/conf.sh: hopefully this will fix alfplayer's problem w/ /dev/stderrtesting-20130508 | Luke Shumaker | |
2013-05-08 | librechroot: improve usage() text | Luke Shumaker | |
2013-05-07 | libremakepkg: copy more things out on failuretesting-20130507 | Luke Shumaker | |
2013-05-07 | have `librechroot install-file` add the packages to the local repo. | Luke Shumaker | |
2013-05-07 | libremakepkg: fix possible sudo option parsing bug | Luke Shumaker | |
2013-05-07 | It appears that I left out implementing `librechroot update` | Luke Shumaker | |
2013-05-07 | Merge remote-tracking branch 'remotes/origin/fauno' | Luke Shumaker | |
Conflicts: treepkg | |||
2013-05-03 | libremakepkg: fix -R flagtesting-20130503 | Luke Shumaker | |
2013-05-02 | mips64el-tools/librebasebuilder: s/mkarchroot/archroot/ | Luke Shumaker | |
2013-05-02 | libremakepkg: only lock the chroot if there is a chroot to lock. | Luke Shumaker | |
2013-05-02 | fix libremakepkg | Luke Shumaker | |
2013-05-02 | chcleanup: msg is used too | Luke Shumaker | |
2013-05-02 | librefetch: take advantage of provided libraries | Luke Shumaker | |
2013-05-02 | COMMITCMD is no longer used, remove it from the conf | Luke Shumaker | |
2013-05-02 | src/devtools/Makefile: edit lib/*.sh scripts | Luke Shumaker | |
- makechrootpkg.sh: run through $(edit) to expand m4_include() - common.sh: add a header and footer to prevent multiple inclusion | |||
2013-05-02 | librechroot: improve message output | Luke Shumaker | |
2013-05-02 | librechroot: fix ${archroot_args[]} | Luke Shumaker | |
2013-05-02 | fix the Makefiles | Luke Shumaker | |
2013-05-02 | fix minor bugs in Makefile, .gitignore | Luke Shumaker | |
2013-05-02 | treepkg: normalize indent to a 'tab'; no other changes | Luke Shumaker | |
The indentation was scattered between tabs and any number of spaces. | |||
2013-05-02 | deprecate rePKGBUILD/librerepkg | Luke Shumaker | |
2013-05-02 | chcleanup: define `msg2` and `error` internally, to avoid dep on libremessages | Luke Shumaker | |
2013-05-02 | Update 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-25 | beta 4 of librefetch | Luke Shumaker | |
2013-04-25 | beta 3 of librefetch | Luke Shumaker | |
2013-04-25 | second iteration of librefetch | Luke Shumaker | |