summaryrefslogtreecommitdiff
path: root/src/abslibre-tools
AgeCommit message (Collapse)Author
2017-04-20Don't use subshells in local/export/declare commands.Luke Shumaker
Only make this change in places where it shouldn't make a difference, and something weird has to be going on for the subshell to fail. This is on par with checking the return value of malloc. We don't need tests for each of these failure cases.
2017-04-20Variables inside of $((...)) don't need a $ in front of them.Luke Shumaker
These were found with the help of shellcheck.
2017-04-20Quote unquoted strings that should probably be quoted.Luke Shumaker
These were found with the help of shellcheck. Nothing more complicated than wrapping a variable in double quotes has been done.
2017-04-20Consistently use ". $(librelib slug)" to load libraries.Luke Shumaker
2017-01-30Update and tidy the build system for autothing v3.Luke Shumaker
2016-07-10librerelease: don't assume that dbscripts is checked out in the homedir on ↵Luke Shumaker
repo; use PATH This is related to dbscripts now being a package.
2016-06-09Work with the new version of autothing.Luke Shumaker
2016-02-12Since new generation of expac has been released, expac-relative isn't needed ↵André Fabian Silva Delgado
for libredbdiff anymore
2016-02-08Refactor the build system. Avoid recursive make.Luke Shumaker
This looks like a lot, but more things should "just work". We have `make dist` now!
2015-05-24Enforce two spaces after a period.Luke Shumaker
2015-05-24libredbdiff: Fix some usages of `print` and `prose`.Luke Shumaker
2015-05-24librerelease: Fix typo in a comment.Luke Shumaker
2015-05-24librerelease: Remove redundant calls to gettext.Luke Shumaker
2015-05-24librerelease: Don't sign XBS files.Luke Shumaker
https://labs.parabola.nu/issues/566
2014-12-29Merge branch 'master' of ssh://projects.parabola.nu/~git/packages/libretoolsLuke 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-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-07-27librestage: be more careful about the xbs configurationLuke Shumaker
2014-07-26librerelease: also hide .lock files when pretty printingtesting-20140726Luke Shumaker
It already ignores them when actually working
2014-07-05quote calls to librelibLuke Shumaker
2014-07-05xbs: create separate release-client and release-server sub-commandsLuke Shumaker
2014-07-05librestage: clean up variable usageLuke Shumaker
2014-07-05librerelease: ignore .lock filesLuke Shumaker
2014-07-05librerelease: clean up quotingLuke Shumaker
2014-07-05librestage: Drop support for multiple repos, add support for guessing reposLuke Shumaker
2014-07-04librestage: simplify (I learned a new bit of bash syntax :) )Luke Shumaker
This mostly reverts the indent-change done by adding -debug support
2014-07-02Some grammar fixes too.Luke Shumaker
2014-07-02spell-check :/Luke Shumaker
2014-07-01librestage: Also stage -debug packages.Luke Shumaker
You might want to "ignore whitespace" when looking at this diff.
2014-06-20Move the staging lock file descriptor from 10 to 8. >=10 isn't safe.Luke Shumaker
2014-06-20I think xbs is in a workable stage.Luke Shumaker
2014-06-20Merge branch 'master' into lukeshu/xbsLuke Shumaker
2014-06-20librestage: use the (new-ish) find_cached_packageLuke Shumaker
2014-06-20createworkdir: Dont' look for REPOSLuke Shumaker
2014-06-20Merge branch 'master' into lukeshu/xbsLuke Shumaker
2014-06-19libredbdiff: Oops, don't hardcode bash location, add copyright headerLuke Shumaker
2014-06-19libretools-ize libredbdiffLuke Shumaker
2014-06-19add alfplayer's libredbdiff scriptLuke Shumaker
2014-06-17minor touch ups in abslibre-toolsLuke Shumaker
2014-06-16createworkdir: use xbsLuke Shumaker
2014-03-22libreaddiff: load libremessagesv20140322Luke Shumaker
2014-03-22Audit the authors and copyright years of files against git logsLuke Shumaker
2014-03-21Do an audit of copyright and license claimsLuke Shumaker
2014-02-02Normalize to use the string "Copyright (C)"Luke Shumaker
2014-02-02I forgot to bump the copyright year on all the files I've touched this yearLuke Shumaker
2014-01-20normalize to use >&2 instead of /dev/stderrLuke Shumaker
2014-01-05librerelease: fixv20140106.1testing-20140106.1Luke Shumaker