summaryrefslogtreecommitdiff
path: root/abuild.in
AgeCommit message (Expand)AuthorFilesLines
2022-02-20abuild: Fix package building with libarchive >=3.6A. Wilcox1-2/+5
2022-01-19abuild: Correctly package files that fit in inodeSamuel Holland1-1/+1
2020-07-05abuild: add ABUILD_TMP for easier out-of-tree buildsMax Rees1-2/+8
2020-03-07abuild: use $ABUILD_FETCH for abuild-fetchMax Rees1-1/+2
2020-03-07Use $ABUILD_GIT for git from abuild.conf / environmentMax Rees1-11/+10
2020-03-07abuild, buildlab, checkapk: use $APK for apkMax Rees1-1/+1
2020-03-07abuild: change $srcdir and $pkgbasedir overridesMax Rees1-2/+2
2020-02-27abuild: Use $APK instead of apkA. Wilcox1-1/+1
2020-02-21abuild: Solve, once and for all, 'apk: not found'A. Wilcox1-1/+1
2020-02-06abuild: Add the 'dev' and 'symbols' metapackages3.4.1A. Wilcox1-0/+2
2020-02-06abuild: Verified safe for dashA. Wilcox1-1/+1
2020-01-31Merge branch 'bashisms' into 'master'A. Wilcox1-2/+2
2020-01-14abuild: Use bash for bangA. Wilcox1-1/+1
2019-08-02abuild, abuild-keygen: drop echo -n as wellMax Rees1-2/+2
2019-07-21dash is my god now. and it hungers for quotes around local var= expansions.Max Rees1-55/+55
2019-07-20normalize_target_path: It was ||, not &&...Max Rees1-1/+2
2019-07-20abuild: use command(1) portablyMax Rees1-2/+2
2019-07-20abuild, abump: use type(1) portablyMax Rees1-6/+10
2019-07-20abuild: use case instead of grep for normalize_target_pathMax Rees1-1/+3
2019-07-20Initial removal of bashismsMax Rees1-13/+20
2019-03-06abuild: command -v is the only portable solutionA. Wilcox1-1/+1
2019-03-06abuild: slightly cleaner way to deduce pigz presenceA. Wilcox1-1/+1
2019-03-06abuild: continue faking POSIX support for nowA. Wilcox1-2/+2
2019-03-06abuild: OpenRC scripts are noarchA. Wilcox1-1/+1
2019-03-06abuild: force pax format to error out *early* with bb tarA. Wilcox1-2/+2
2019-03-06abuild: require tests alwaysA. Wilcox1-3/+1
2019-03-06abuild: do not add busybox dep if package has triggersA. Wilcox1-1/+1
2019-03-06abuild: more tar portability fixesA. Wilcox1-6/+2
2019-03-05abuild: replace command -v with which to fix build issuesMike Sullivan1-1/+1
2019-02-22abuild: add support for pkg-config prefix pcprefixNatanael Copa1-2/+12
2019-01-10abuild: replace $0 with $abuild_path, add $forceroot where missingDisassembler1-6/+6
2019-01-10abuild: use pigz to compress control.tar.gz and manpagesNatanael Copa1-2/+3
2019-01-09abuild: avoid add depends to itselfNatanael Copa1-1/+3
2018-12-02abuild: fix typoCarlo Landmeter1-1/+1
2018-11-08abuild.in: add multithreaded compressionTiago Ilieve1-1/+2
2018-11-08abuild: print build start, end date and elapsed timeTimo Teräs1-1/+5
2018-10-03abuild: run build actions via runpartNatanael Copa1-11/+5
2018-10-03abuild: do not run check in fakeroot by defaultNatanael Copa1-6/+6
2018-10-03abuild: print version of built package earlyNatanael Copa1-1/+1
2018-10-03abuild: chdir to $builddir if it existsNatanael Copa1-0/+6
2018-10-03abuild: fix regression. run buildNatanael Copa1-1/+2
2018-10-03abuild: require package() functionNatanael Copa1-20/+5
2018-10-03abuild: fix checksum updateNatanael Copa1-3/+7
2018-10-03move logic of curl's http range error to abuild-fetchNatanael Copa1-12/+1
2018-10-03Fix: incomplete partfile gets renamed to distfileOliver Smith1-1/+12
2018-05-31abuild: fix race when strippingNatanael Copa1-0/+4
2018-04-25abuild: Fix usage info about package commandJonathan Sieber1-1/+1
2018-04-22abuild.in: don't fail if git describe failsSören Tempel1-1/+1
2018-04-17abuild: fix unxz with threadingNatanael Copa1-1/+5
2018-04-17abuild: simplify optional git usageNatanael Copa1-11/+5