Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-03 | libredbdiff: get rid of stupid warnings, just take care of it | Luke Shumaker | |
2017-05-03 | libredbdiff: tidy | Luke Shumaker | |
2017-05-03 | libredbdiff: loop | Luke Shumaker | |
2017-05-03 | libredbdiff: simplify config file generation | Luke Shumaker | |
2017-05-03 | libredbdiff: inline the filenotfound function | Luke Shumaker | |
2017-05-03 | libredbdiff: reformat print_cmp | Luke Shumaker | |
2017-05-03 | libredbdiff: clean up initialization-detection code | Luke Shumaker | |
2017-05-03 | libredbdiff: simplify downloadfile | Luke Shumaker | |
2017-05-03 | libredbdiff: Improve local variable usage | Luke Shumaker | |
2017-05-03 | libredbdiff: tidy the header section | Luke Shumaker | |
2017-05-03 | libredbdiff: improve tmpfile management | Luke Shumaker | |
2017-05-03 | libredbdiff: downloadfile has a message formatter; notify librexgettext | Luke Shumaker | |
2017-05-03 | libredbdiff: Improve option parsing. Add missing info to usage(). | Luke Shumaker | |
There are a couple of pointless `if true`s in there to avoid whitespace change. | |||
2017-05-03 | libredbdiff: Use _prbl for Parabola vars and _arch for Arch vars. | Luke Shumaker | |
libredbdiff used VARNAME for Parabola variables, and VARNAME_arch for Arch variables. I found it confusing. Instead, consistently use VARNAME_prbl for Parabola variables and VARNAME_arch for Arch variables; this allows the reader to more easily see the parallels between the handling of each. | |||
2017-05-02 | libredbdiff: Normalize variable quoting. | Luke Shumaker | |
2017-05-02 | libredbdiff: make repos be a true array, make it configurable | Luke Shumaker | |
2017-05-02 | bugfix [2/2]: libredbdiff: Correctly handle multiple provides | Luke Shumaker | |
2017-05-02 | bugfix [1/2]: libredbdiff: Add a test for handling multiple provides. | Luke Shumaker | |
Also make the minimal changes to the program to make this testing possible. | |||
2017-04-20 | Don'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-20 | Variables inside of $((...)) don't need a $ in front of them. | Luke Shumaker | |
These were found with the help of shellcheck. | |||
2017-04-20 | Quote 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-20 | Consistently use ". $(librelib slug)" to load libraries. | Luke Shumaker | |
2017-01-30 | Update and tidy the build system for autothing v3. | Luke Shumaker | |
2016-07-10 | librerelease: 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-09 | Work with the new version of autothing. | Luke Shumaker | |
2016-02-12 | Since new generation of expac has been released, expac-relative isn't needed ↵ | André Fabian Silva Delgado | |
for libredbdiff anymore | |||
2016-02-08 | Refactor 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-24 | Enforce two spaces after a period. | Luke Shumaker | |
2015-05-24 | libredbdiff: Fix some usages of `print` and `prose`. | Luke Shumaker | |
2015-05-24 | librerelease: Fix typo in a comment. | Luke Shumaker | |
2015-05-24 | librerelease: Remove redundant calls to gettext. | Luke Shumaker | |
2015-05-24 | librerelease: Don't sign XBS files. | Luke Shumaker | |
https://labs.parabola.nu/issues/566 | |||
2014-12-29 | Merge branch 'master' of ssh://projects.parabola.nu/~git/packages/libretools | 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-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-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-05 | quote calls to librelib | 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-01 | librestage: Also stage -debug packages. | Luke Shumaker | |
You might want to "ignore whitespace" when looking at this diff. |