Age | Commit message (Expand) | Author | Files | Lines |
2019-06-12 | abuild usage fix: fetch does not verify sources | Oliver Smith | 1 | -1/+1 |
2019-05-03 | abuild: fix -openrc to work with multiple subpackages | Natanael Copa | 1 | -1/+1 |
2019-04-30 | abuild.in: fix warning with gawk-5.0 | Leo | 1 | -1/+1 |
2019-04-30 | abuild: cleanup default_dbg | Natanael Copa | 1 | -20/+18 |
2019-04-30 | abuild: default_dbg: do not trigger trap with test failure | tcely | 1 | -0/+1 |
2019-04-29 | abuild.in: remove duplicate options_has call | Leo | 1 | -1/+1 |
2019-04-29 | abuild: default_dbg: eliminate side effects | tcely | 1 | -17/+18 |
2019-04-29 | abuild-clean: add option to make files writable before cleanup | Kevin Daudt | 1 | -0/+3 |
2019-04-29 | abuild: change word choice in comment | tcely | 1 | -1/+1 |
2019-04-29 | abuild: fix whitespace before EOL | Natanael Copa | 1 | -1/+1 |
2019-04-29 | abuild: provide a default_static() and static() functions | Leo | 1 | -2/+37 |
2019-04-29 | Revert "abuild: replace command -v with which to fix build issues" | Mike Sullivan | 1 | -1/+1 |
2019-04-25 | Revert "abuild: unset depends for subpackages" | Natanael Copa | 1 | -1/+0 |
2019-04-09 | abuild: add depends_libs variable to default_libs() | Sören Tempel | 1 | -0/+1 |
2019-04-03 | abuild: -openrc should not inherit depends | tcely | 1 | -0/+1 |
2019-04-03 | Add default_cleanup_srcdir | Chloe Kudryavtsev | 1 | -1/+9 |
2019-04-03 | Make clean() use cleanup() | Chloe Kudryavtsev | 1 | -3/+2 |
2019-03-21 | abuild: unset depends for subpackages | Natanael Copa | 1 | -0/+1 |
2019-03-05 | abuild: replace command -v with which to fix build issues | Mike Sullivan | 1 | -1/+1 |
2019-02-22 | abuild: add support for pkg-config prefix pcprefix | Natanael Copa | 1 | -2/+12 |
2019-01-10 | abuild: replace $0 with $abuild_path, add $forceroot where missing | Disassembler | 1 | -6/+6 |
2019-01-10 | abuild: use pigz to compress control.tar.gz and manpages | Natanael Copa | 1 | -2/+3 |
2019-01-09 | abuild: avoid add depends to itself | Natanael Copa | 1 | -1/+3 |
2018-12-02 | abuild: fix typo | Carlo Landmeter | 1 | -1/+1 |
2018-11-08 | abuild.in: add multithreaded compression | Tiago Ilieve | 1 | -1/+2 |
2018-11-08 | abuild: print build start, end date and elapsed time | Timo Teräs | 1 | -1/+5 |
2018-10-03 | abuild: run build actions via runpart | Natanael Copa | 1 | -11/+5 |
2018-10-03 | abuild: do not run check in fakeroot by default | Natanael Copa | 1 | -6/+6 |
2018-10-03 | abuild: print version of built package early | Natanael Copa | 1 | -1/+1 |
2018-10-03 | abuild: chdir to $builddir if it exists | Natanael Copa | 1 | -0/+6 |
2018-10-03 | abuild: fix regression. run build | Natanael Copa | 1 | -1/+2 |
2018-10-03 | abuild: require package() function | Natanael Copa | 1 | -20/+5 |
2018-10-03 | abuild: fix checksum update | Natanael Copa | 1 | -3/+7 |
2018-10-03 | move logic of curl's http range error to abuild-fetch | Natanael Copa | 1 | -12/+1 |
2018-10-03 | Fix: incomplete partfile gets renamed to distfile | Oliver Smith | 1 | -1/+12 |
2018-05-31 | abuild: fix race when stripping | Natanael Copa | 1 | -0/+4 |
2018-04-25 | abuild: Fix usage info about package command | Jonathan Sieber | 1 | -1/+1 |
2018-04-22 | abuild.in: don't fail if git describe fails | Sören Tempel | 1 | -1/+1 |
2018-04-17 | abuild: fix unxz with threading | Natanael Copa | 1 | -1/+5 |
2018-04-17 | abuild: simplify optional git usage | Natanael Copa | 1 | -11/+5 |
2018-04-15 | abuild: add multithread decommpressing support | Carlo Landmeter | 1 | -3/+5 |
2018-04-11 | abuild: allow SPDX license operators | Carlo Landmeter | 1 | -0/+2 |
2018-04-11 | Make file missing in source var explicit. | Manuel Tiago Pereira | 1 | -1/+1 |
2018-04-11 | Fix a few typos | Jonathan Neuschäfer | 1 | -2/+2 |
2018-04-11 | abuild: check license for valid SPDX license identifiers | Carlo Landmeter | 1 | -0/+16 |
2018-03-20 | Don't print 'git: not found' errors | Oliver Smith | 1 | -6/+13 |
2018-03-16 | abuild: Change -f (force) to not ignore checksums/init scripts | Oliver Smith | 1 | -5/+3 |
2018-03-11 | abuild: set arch for -openrc subpackage to noarch | Sören Tempel | 1 | -1/+1 |
2018-03-11 | abuild: add postcheck for -openrc subpackage | Sören Tempel | 1 | -0/+10 |
2018-03-11 | abuild.in: ensure that $triggers is not in $source | Sören Tempel | 1 | -0/+5 |