Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-20 | xbs-abslibre: I don't know why this code was there, it's wrong | Luke Shumaker | |
2015-05-20 | libremakepkg: Don't pass extra arguments to makepkg. | Luke Shumaker | |
Packages should be buildable without any extra incantations, and it was more of a source of mistakes than anything else. | |||
2015-05-20 | Use #!/hint/bash instead of the more verbose comment | Luke Shumaker | |
2015-05-17 | xbs-abs.conf: don't shell out | Luke Shumaker | |
2015-05-17 | xbs: touch up whitespace | Luke Shumaker | |
2015-05-17 | xbs: clean up usage text | Luke Shumaker | |
2015-05-17 | xbs: Fix spelling mistake in documentation | Luke Shumaker | |
2015-04-13 | makechrootpkg.sh.patch: Update to newer devtools | Luke Shumaker | |
2015-04-13 | librechroot help: remove extra whitespace | Luke Shumaker | |
2015-01-05 | librefetch: wasn't cleaning up temp filesv20150105.1 | Luke Shumaker | |
2015-01-05 | chcleanup: oops, I left a `set -x` in therev20150105 | Luke Shumaker | |
2015-01-05 | librefetch-makepkg.conf: shut up a useless warning when not included from ↵ | Luke Shumaker | |
makepkg | |||
2015-01-05 | librefetch: that's what I get for commiting a fix without a test | Luke Shumaker | |
2015-01-05 | librefetch: fix paths being canonicalized incorrectly | Luke Shumaker | |
2015-01-05 | librechroot: tidy up | Luke Shumaker | |
2015-01-05 | chroot-tools: Drop support for CHROOTARCH | Luke Shumaker | |
This only existed to work around a compatibility-breaking change in the Linux kernel. `uname -m` for MIPS-64 little-endian changed from "mips64el" to "mips64". This meant that all existing packages' CARCH was no longer == `uname -m`, so we had to de-unify the two, as we couldn't do `setarch $CARCH`. I'm removing this kludge because: - We no longer actively support MIPS. - Until two commits ago, it didn't work anyway - We should avoid this on new architectures going forward (ARM, anyone?) - It's gross. | |||
2015-01-05 | Oops, update a couple of copyright years | Luke Shumaker | |
2015-01-05 | arch-nspawn: correctly parse CHROOTARCH | Luke Shumaker | |
2015-01-05 | chroot: Don't cache local repo packages | Luke Shumaker | |
2015-01-04 | oops, I'm dumb; fix chcleanupv20150104 | Luke Shumaker | |
2015-01-04 | Generate the duplicated code in chcleanup | Luke Shumaker | |
2015-01-04 | Found a mistake in librefetch-install, use @pkgconfdir@ to avoid those types ↵ | Luke Shumaker | |
of errors | |||
2015-01-04 | librefetch-install: fix | Luke Shumaker | |
2015-01-04 | Wow, I botched some Makefile stuff | Luke Shumaker | |
2015-01-01 | makechrootpkg.sh: use full paths in messages, short names were ambiguous | Luke Shumaker | |
2015-01-01 | conf.sh: add a comment | Luke Shumaker | |
2015-01-01 | conf.sh: oops, I missed adding validpgpkeys | Luke Shumaker | |
2015-01-01 | conf.sh: Oops, a variable was blending with the surrounding string | Luke Shumaker | |
2015-01-01 | Add a utility to add/remove librefetch from makepkg.conf | Luke Shumaker | |
This script is formerly the install script for the bundled-up package. | |||
2015-01-01 | librefetch: Adjust to makepkg now requiring $BUILDSCRIPT to be in $PWD | Luke Shumaker | |
2015-01-01 | librefetch: minor touch up | Luke Shumaker | |
2015-01-01 | librefetch: Update for makepkg 4.2.0 | Luke Shumaker | |
2014-12-31 | librefetch.conf: only select a graphical DIFFPROG if DISPLAY is set. | Luke Shumaker | |
There was a request on the bug tracker a while ago to not include graphical programs in the list searched, as sometimes they used libretools without X. We closed it as WONTFIX because it's a configuration option; if you don't like the default value, then set it to something different. But, checking for DISPLAY is trivial, and probably makes more people happy out-of-the-box, which is good. I don't know why I didn't think of it then. | |||
2014-12-31 | lib/conf.sh: Update unset_PKGBUILD to support arch-specific variables | Luke Shumaker | |
Also, sha224sums, which is not actually mentioned in the makepkg documentation. | |||
2014-12-31 | conf.sh: update to reflect changes in makepkg 4.2 | Luke Shumaker | |
2014-12-29 | Merge branch 'master' of ssh://projects.parabola.nu/~git/packages/libretools | Luke Shumaker | |
2014-12-29 | conf.sh.3: proofread | Luke Shumaker | |
2014-12-29 | librerelease: gpg-agent works differently now. | Luke Shumaker | |
The daemon is started on-demand, so we shouldn't check that it is already running. | |||
2014-12-21 | libredbdiff: Many improvements | Esteban Carnevale | |
* cleaner output format * multiple non-default repositories Parabola: libre pcr libre-multilib nonprism Arch: multilib * a single Parabola repository can be specified as argument to restrict the comparison to that repository * support expac 4 extra/expac 4.2 has a bug, so pcr/expac-relative 4.2-parabola1 or later is needed * detection of missing files * code style * move code to functions * usage text and messages | |||
2014-11-28 | s/parabolagnulinux.org/parabola.nu/ | Luke Shumaker | |
2014-11-25 | normalize copyright statements a bit | Luke Shumaker | |
2014-11-25 | librechroot: touch up | Luke Shumaker | |
2014-11-25 | chroot-tools: no longer involve 'nobody' | Luke Shumaker | |
2014-11-06 | librechroot: touch up messages | Luke Shumaker | |
2014-11-06 | Update to newer devtools | Luke Shumaker | |
2014-10-04 | I'm stupid, just use relative paths for librereleasev20141004.1 | Luke Shumaker | |
2014-10-04 | librerelease: allow glob expansion to happen on REPODEST's remote componentv20141004 | Luke Shumaker | |
2014-10-01 | conf.sh: make sysconfdir overridable at runtime, use this for testingv20141001 | Luke Shumaker | |
2014-10-01 | conf.sh: don't hardcode /etc, get it during build from $(sysconfdir) | Luke Shumaker | |
2014-10-01 | clean up shebangs | Luke Shumaker | |