summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-05-20Use #!/hint/bash instead of the more verbose commentLuke Shumaker
2015-05-17xbs-abs.conf: don't shell outLuke Shumaker
2015-05-17xbs: touch up whitespaceLuke Shumaker
2015-05-17xbs: clean up usage textLuke Shumaker
2015-05-17xbs: Fix spelling mistake in documentationLuke Shumaker
2015-04-13makechrootpkg.sh.patch: Update to newer devtoolsLuke Shumaker
2015-04-13librechroot help: remove extra whitespaceLuke Shumaker
2015-01-05librefetch: wasn't cleaning up temp filesv20150105.1Luke Shumaker
2015-01-05chcleanup: oops, I left a `set -x` in therev20150105Luke Shumaker
2015-01-05librefetch-makepkg.conf: shut up a useless warning when not included from ↵Luke Shumaker
makepkg
2015-01-05librefetch: that's what I get for commiting a fix without a testLuke Shumaker
2015-01-05librefetch: fix paths being canonicalized incorrectlyLuke Shumaker
2015-01-05librechroot: tidy upLuke Shumaker
2015-01-05chroot-tools: Drop support for CHROOTARCHLuke 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-05Oops, update a couple of copyright yearsLuke Shumaker
2015-01-05arch-nspawn: correctly parse CHROOTARCHLuke Shumaker
2015-01-05chroot: Don't cache local repo packagesLuke Shumaker
2015-01-04oops, I'm dumb; fix chcleanupv20150104Luke Shumaker
2015-01-04Generate the duplicated code in chcleanupLuke Shumaker
2015-01-04Found a mistake in librefetch-install, use @pkgconfdir@ to avoid those types ↵Luke Shumaker
of errors
2015-01-04librefetch-install: fixLuke Shumaker
2015-01-04Wow, I botched some Makefile stuffLuke Shumaker
2015-01-01makechrootpkg.sh: use full paths in messages, short names were ambiguousLuke Shumaker
2015-01-01conf.sh: add a commentLuke Shumaker
2015-01-01conf.sh: oops, I missed adding validpgpkeysLuke Shumaker
2015-01-01conf.sh: Oops, a variable was blending with the surrounding stringLuke Shumaker
2015-01-01Add a utility to add/remove librefetch from makepkg.confLuke Shumaker
This script is formerly the install script for the bundled-up package.
2015-01-01librefetch: Adjust to makepkg now requiring $BUILDSCRIPT to be in $PWDLuke Shumaker
2015-01-01librefetch: minor touch upLuke Shumaker
2015-01-01librefetch: Update for makepkg 4.2.0Luke Shumaker
2014-12-31librefetch.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-31lib/conf.sh: Update unset_PKGBUILD to support arch-specific variablesLuke Shumaker
Also, sha224sums, which is not actually mentioned in the makepkg documentation.
2014-12-31conf.sh: update to reflect changes in makepkg 4.2Luke Shumaker
2014-12-29Merge branch 'master' of ssh://projects.parabola.nu/~git/packages/libretoolsLuke Shumaker
2014-12-29conf.sh.3: proofreadLuke Shumaker
2014-12-29librerelease: 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-21libredbdiff: Many improvementsEsteban 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-28s/parabolagnulinux.org/parabola.nu/Luke Shumaker
2014-11-25normalize copyright statements a bitLuke Shumaker
2014-11-25librechroot: touch upLuke Shumaker
2014-11-25chroot-tools: no longer involve 'nobody'Luke Shumaker
2014-11-06librechroot: touch up messagesLuke Shumaker
2014-11-06Update to newer devtoolsLuke Shumaker
2014-10-04I'm stupid, just use relative paths for librereleasev20141004.1Luke Shumaker
2014-10-04librerelease: allow glob expansion to happen on REPODEST's remote componentv20141004Luke Shumaker
2014-10-01conf.sh: make sysconfdir overridable at runtime, use this for testingv20141001Luke Shumaker
2014-10-01conf.sh: don't hardcode /etc, get it during build from $(sysconfdir)Luke Shumaker
2014-10-01clean up shebangsLuke Shumaker
2014-10-01Make: Remove superfluous calls to add things to $(pots)Luke Shumaker
2014-09-30libretools.conf: update/clean-up default URLsLuke Shumaker