summaryrefslogtreecommitdiff
path: root/abuild.in
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-15abuild: add multithread decommpressing supportCarlo Landmeter1-3/+5
2018-04-11abuild: allow SPDX license operatorsCarlo Landmeter1-0/+2
2018-04-11Make file missing in source var explicit.Manuel Tiago Pereira1-1/+1
2018-04-11Fix a few typosJonathan Neuschäfer1-2/+2
2018-04-11abuild: check license for valid SPDX license identifiersCarlo Landmeter1-0/+16
2018-03-20Don't print 'git: not found' errorsOliver Smith1-6/+13
2018-03-16abuild: Change -f (force) to not ignore checksums/init scriptsOliver Smith1-5/+3