Age | Commit message (Expand) | Author | Files | Lines |
2020-03-07 | Use $ABUILD_GIT for git from abuild.conf / environment | Max Rees | 1 | -11/+10 |
2020-03-07 | abuild, buildlab, checkapk: use $APK for apk | Max Rees | 1 | -1/+1 |
2020-03-07 | abuild: change $srcdir and $pkgbasedir overrides | Max Rees | 1 | -2/+2 |
2020-02-27 | abuild: Use $APK instead of apk | A. Wilcox | 1 | -1/+1 |
2020-02-21 | abuild: Solve, once and for all, 'apk: not found' | A. Wilcox | 1 | -1/+1 |
2020-02-06 | abuild: Add the 'dev' and 'symbols' metapackages3.4.1 | A. Wilcox | 1 | -0/+2 |
2020-02-06 | abuild: Verified safe for dash | A. Wilcox | 1 | -1/+1 |
2020-01-31 | Merge branch 'bashisms' into 'master' | A. Wilcox | 1 | -2/+2 |
2020-01-14 | abuild: Use bash for bang | A. Wilcox | 1 | -1/+1 |
2019-08-02 | abuild, abuild-keygen: drop echo -n as well | Max Rees | 1 | -2/+2 |
2019-07-21 | dash is my god now. and it hungers for quotes around local var= expansions. | Max Rees | 1 | -55/+55 |
2019-07-20 | normalize_target_path: It was ||, not &&... | Max Rees | 1 | -1/+2 |
2019-07-20 | abuild: use command(1) portably | Max Rees | 1 | -2/+2 |
2019-07-20 | abuild, abump: use type(1) portably | Max Rees | 1 | -6/+10 |
2019-07-20 | abuild: use case instead of grep for normalize_target_path | Max Rees | 1 | -1/+3 |
2019-07-20 | Initial removal of bashisms | Max Rees | 1 | -13/+20 |
2019-03-06 | abuild: command -v is the only portable solution | A. Wilcox | 1 | -1/+1 |
2019-03-06 | abuild: slightly cleaner way to deduce pigz presence | A. Wilcox | 1 | -1/+1 |
2019-03-06 | abuild: continue faking POSIX support for now | A. Wilcox | 1 | -2/+2 |
2019-03-06 | abuild: OpenRC scripts are noarch | A. Wilcox | 1 | -1/+1 |
2019-03-06 | abuild: force pax format to error out *early* with bb tar | A. Wilcox | 1 | -2/+2 |
2019-03-06 | abuild: require tests always | A. Wilcox | 1 | -3/+1 |
2019-03-06 | abuild: do not add busybox dep if package has triggers | A. Wilcox | 1 | -1/+1 |
2019-03-06 | abuild: more tar portability fixes | A. Wilcox | 1 | -6/+2 |
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 |