Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-04-25 | initial implementation of librefetch | Luke Shumaker | |
2013-04-24 | Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/libretools | Luke Shumaker | |
2013-04-07 | librerelease: Don't resign packages after successful verification. | Michał Masłowski | |
All such resigns were interactive and unneeded. | |||
2013-01-17 | Integrate devtools into the build systemv20130117 | Luke Shumaker | |
2013-01-17 | Merge commit '512436524cd3e70b9394d304bc9a43c6858c3695' as 'src/devtools' | Luke Shumaker | |
2013-01-17 | Squashed 'src/devtools/' content from commit 2cda43f | Luke Shumaker | |
git-subtree-dir: src/devtools git-subtree-split: 2cda43f4fa3d51f3cbcb05950186896eb9c01314 | |||
2013-01-13 | use /usr/share/devtools/makechrootpkg.sh instead of *.gpl2 | Luke Shumaker | |
2013-01-13 | libretools.conf: tweak DIFFTOOL detection | Luke Shumaker | |
2013-01-04 | remove obvious comment from libretools.conf | Luke Shumaker | |
2013-01-04 | move checks from libretools.conf to conf.sh | Luke Shumaker | |
2013-01-04 | fix mistake in conf.sh | Luke Shumaker | |
2013-01-04 | fix dumb mistake in libretools.conf | Luke Shumaker | |
2012-12-22 | abslibre-tools: remove shallow git wrappers | Luke Shumaker | |
2012-12-21 | librestage: use get_full_version() for finding the package file. | Luke Shumaker | |
This fixes a bug with it assuming that version is the same across split packages (and possibly other bugs). | |||
2012-12-19 | Get env vars on sudo | Nicolás Reynolds | |
2012-12-11 | fix HOME/LIBREHOME bug in libremakepkg.gpl2 | Luke Shumaker | |
2012-12-09 | oops, delete pr-tools from the top makefilev20121209 | Luke Shumaker | |
2012-12-09 | Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/libretools | Luke Shumaker | |