Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-10-01 | Make: Remove superfluous calls to add things to $(pots) | Luke Shumaker | |
2014-09-30 | libretools.conf: update/clean-up default URLs | Luke Shumaker | |
2014-07-27 | librestage: be more careful about the xbs configuration | Luke Shumaker | |
2014-07-26 | librerelease: also hide .lock files when pretty printingtesting-20140726 | Luke Shumaker | |
It already ignores them when actually working | |||
2014-07-10 | indent: dang, I still didn't get it right. | Luke Shumaker | |
It didn't correctly handle lines matching /^\r$/ | |||
2014-07-05 | quote calls to librelib | Luke Shumaker | |
2014-07-05 | xbs-abslibre: clean up | Luke Shumaker | |
2014-07-05 | xbs: create separate release-client and release-server sub-commands | Luke Shumaker | |
2014-07-05 | librestage: clean up variable usage | Luke Shumaker | |
2014-07-05 | librerelease: ignore .lock files | Luke Shumaker | |
2014-07-05 | librerelease: clean up quoting | Luke Shumaker | |
2014-07-05 | librestage: Drop support for multiple repos, add support for guessing repos | Luke Shumaker | |
2014-07-04 | librestage: simplify (I learned a new bit of bash syntax :) ) | Luke Shumaker | |
This mostly reverts the indent-change done by adding -debug support | |||
2014-07-02 | Some grammar fixes too. | Luke Shumaker | |
2014-07-02 | spell-check :/ | Luke Shumaker | |
2014-07-02 | fix bug where some librelib messages were not in the .pot files | Luke Shumaker | |
2014-07-01 | libremessages: the flags() word-wrapping was a single character wide. | Luke Shumaker | |
2014-07-01 | librefetch: use linux-util:getopt(1) to support getopt-flag-combining | Luke Shumaker | |
2014-07-01 | libremessages: tidy up | Luke Shumaker | |
2014-07-01 | Make term_title gettext-aware (BREAKS COMPATIBILITY) | Luke Shumaker | |
2014-07-01 | librestage: Also stage -debug packages. | Luke Shumaker | |
You might want to "ignore whitespace" when looking at this diff. | |||
2014-07-01 | grep for simple-to-fix issues with loading PKGBUILDs | Luke Shumaker | |
2014-06-30 | Makefiles: don't symlink xbs helpers into bindir (issue 568) | Luke Shumaker | |
2014-06-27 | libreblacklist: support comments | Luke Shumaker | |
2014-06-27 | Add some HACKING documentation | Luke Shumaker | |
2014-06-27 | libremessages: add some comments | Luke Shumaker | |
2014-06-27 | chcleanup: add a note about the libremessages functions in the copyright | Luke Shumaker | |
2014-06-27 | Add librexgettext, to make generating .pot file easy for librelib users. | Luke Shumaker | |
I don't like how much longer this is than the Makefile, but most of it is option parsing and usage text. | |||
2014-06-27 | src/xbs-abs: set a License: tag on archrelease | Luke Shumaker | |