summaryrefslogtreecommitdiff
path: root/src/abslibre-tools/librerelease
AgeCommit message (Collapse)Author
2017-06-20librerelease: Fix REPODEST validation criteriaLuke Shumaker
2017-05-25move more things to use the $EXIT_* variablesLuke Shumaker
2017-05-25librerelease: mimic makepkg GPG signaturesLuke Shumaker
https://lists.parabola.nu/pipermail/dev/2017-May/005515.html
2017-05-25start moving things to use the libremessages exit codesLuke Shumaker
2017-05-24Merge conf.sh:load_files and conf.sh:check_vars into load_confLuke Shumaker
2017-05-24Include the 1863 port number in config variablesLuke Shumaker
2017-05-24librerelease: No period after 1-line program descriptionLuke Shumaker
2017-05-24librerelease: tidyLuke Shumaker
2017-05-24librerelease: Be more careful with config parsing (fixes test)Luke Shumaker
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-20Consistently use ". $(librelib slug)" to load libraries.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.
2015-05-24Enforce two spaces after a period.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-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-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-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-05librerelease: ignore .lock filesLuke Shumaker
2014-07-05librerelease: clean up quotingLuke Shumaker
2014-07-02Some grammar fixes too.Luke Shumaker
2014-07-02spell-check :/Luke Shumaker
2014-06-20Move the staging lock file descriptor from 10 to 8. >=10 isn't safe.Luke Shumaker
2014-06-17minor touch ups in abslibre-toolsLuke 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
2014-01-05librefetch: handle "empty" situations betterLuke Shumaker
2014-01-05librerelease: don't clean non-package filesLuke Shumaker
2014-01-05librerelease: list staged source files in a sane wayLuke Shumaker
2013-11-04librerelease: don't redirect output of gpg --detach-signLuke Shumaker
This should fix fauno's issue with pinentry-curses, or at least fail more verbosely.
2013-11-04librerelease: mention `gpg-agent --daemon` instead of just `gpg-agent`Luke Shumaker
2013-11-04normalize on "[[" instead of "["Luke Shumaker
2013-09-30librerelease: add -u flag for upload-only; don't run db-updateLuke Shumaker
2013-09-30librerelease: fix upload size totalLuke Shumaker
2013-09-30librerelease: fixv20130930Luke Shumaker
2013-09-30librerelease: I was dumb and messed up the flags to `find`. Add unit tests.Luke Shumaker
2013-09-23librerelease: print what HOOK* is configured too before running itLuke Shumaker
2013-09-22Merge commit '610699'Luke Shumaker
Conflicts: src/abslibre-tools/createworkdir
2013-09-21librerelease: support per-user staging directoriesLuke Shumaker
The relies on db-update on the server respecting STAGING if it is set in the environment. https://labs.parabola.nu/issues/314
2013-09-21librerelease: tidy upLuke Shumaker
2013-09-21librerelease: Avoid locking the staging directory the whole time.Luke Shumaker
https://labs.parabola.nu/issues/410
2013-09-21abslibre-tools: internationalizeLuke Shumaker