Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-03-07 | Use $ABUILD_GIT for git from abuild.conf / environment | Max Rees | 5 | -20/+24 | |
2020-03-07 | abuild, buildlab, checkapk: use $APK for apk | Max Rees | 3 | -9/+10 | |
2020-03-07 | abuild: change $srcdir and $pkgbasedir overrides | Max Rees | 1 | -2/+2 | |
Occasionally, a package will use the $srcdir environment variable for its own purposes and change its behavior during build if it is set. This is not normally a problem since $srcdir is not normally exported by abuild. However, if $srcdir is inherited from the environment in order to override its default value of $startdir/src, it will continue to be inherited and thus confuse those packages. Instead, check for $ABUILD_SRCDIR. Likewise for $pkgbasedir and $ABUILD_PKGBASEDIR for consistency sake. | |||||
2020-02-27 | abuild: Use $APK instead of apk | A. Wilcox | 1 | -1/+1 | |
This is the only appearance of `apk` in the source. Appears accidental. Fixes: 41343329 ("abuild: fix dependency tracing for cross builds") Signed-off-by: A. Wilcox <AWilcox@Wilcox-Tech.com> | |||||
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 | abuild-gzsplit: support libarchive pax format tar archives3.4 | Max Rees | 1 | -2/+9 | |
2020-01-31 | newapkbuild: Ensure empty scripts are still valid | A. Wilcox | 1 | -3/+3 | |
2020-01-31 | README: Update stuff | A. Wilcox | 1 | -2/+17 | |
2020-01-31 | Merge branch 'bashisms' into 'master' | A. Wilcox | 2 | -3/+3 | |
abuild, abuild-keygen: drop echo -n as well See merge request adelie/abuild!4 | |||||
2020-01-31 | Merge branch 'fix-test-suite' into 'master' | A. Wilcox | 1 | -4/+4 | |
tests: fix newapkbuild tests See merge request adelie/abuild!2 | |||||
2020-01-14 | newapkbuild: Newline after source | A. Wilcox | 1 | -1/+1 | |
2020-01-14 | newapkbuild: Drastically modernise output APKBUILD file | A. Wilcox | 1 | -13/+31 | |
2020-01-14 | abuild: Use bash for bang | A. Wilcox | 1 | -1/+1 | |
2019-08-14 | tests: fix newapkbuild tests | Max Rees | 1 | -4/+4 | |
* Do not use the -n option for newapkbuild_simple_test: since commit a68354ebc50f60369ce465d0d59020cdf081bf22, this option is not allowed when providing PKGNAME[-PKGVER] (i.e. not SRCURL) as the final argument. * Use newapkbuild from the working tree, not whatever is in $PATH. | |||||
2019-08-02 | abuild, abuild-keygen: drop echo -n as well | Max Rees | 2 | -3/+3 | |
2019-08-02 | Merge branch 'bashisms' into 'master' | A. Wilcox | 9 | -86/+107 | |
POSIX me harder See merge request adelie/abuild!3 | |||||
2019-07-21 | dash is my god now. and it hungers for quotes around local var= expansions. | Max Rees | 4 | -58/+58 | |
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 | |
According to POSIX, the "command -v" form of command(1) accepts only a single argument (command_name). Some shells will check additional arguments, but not dash. | |||||
2019-07-20 | tests: cd "$OLDPWD" even on failure in newapkbuild_simple_test | Max Rees | 1 | -0/+1 | |
2019-07-20 | abuild, abump: use type(1) portably | Max Rees | 2 | -8/+17 | |
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 | 5 | -20/+28 | |
2019-03-06 | Add documentation for the repository | A. Wilcox | 3 | -0/+176 | |
2019-03-06 | Take -k out into the backyard and shoot itv3.3.1+adelie | Luis Ressel | 1 | -2/+2 | |
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 | checkapk: Use tar(1) portably | A. Wilcox | 1 | -1/+1 | |
2019-03-06 | functions: Add m68k triplet | A. Wilcox | 1 | -0/+2 | |
2019-03-06 | functions: Add the SPARC architecture triplets | A. Wilcox | 1 | -1/+5 | |
2019-03-06 | Add rudimentary test suite for abuild and newapkbuild | A. Wilcox | 13 | -3/+336 | |
2019-03-06 | abuild: continue faking POSIX support for now | A. Wilcox | 1 | -2/+2 | |
2019-03-06 | functions: Add all four MIPS variants properly | A. Wilcox | 1 | -3/+7 | |
2019-03-06 | Add initial manpage drafts | A. Wilcox | 1 | -4/+7 | |
2019-03-06 | newapkbuild: add man page | A. Wilcox | 1 | -1/+1 | |
2019-03-06 | newapkbuild: add default check to CMake and RelWithDebugInfo type | A. Wilcox | 1 | -1/+6 | |
2019-03-06 | functions.sh: add pmmx arch | A. Wilcox | 1 | -3/+5 | |
2019-03-06 | Makefile: remove stale .o files too | A. Wilcox | 1 | -0/+1 | |
This was causing build issues when sharing ~/abuild between arches. | |||||
2019-03-06 | functions.sh: initial support for MIPS and MIPS32 | A. Wilcox | 1 | -0/+4 | |
2019-03-06 | abuild: OpenRC scripts are noarch | A. Wilcox | 1 | -1/+1 | |
2019-03-06 | and remove abuild-gzsplit from index | A. Wilcox | 1 | -0/+0 | |
2019-03-06 | abuild: force pax format to error out *early* with bb tar | A. Wilcox | 2 | -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-06 | functions.sh: Use Adélie triplets and add P3 support | A. Wilcox | 1 | -18/+12 | |
2019-03-05 | ==== release 3.3.1 ====v3.3.1 | Natanael Copa | 1 | -1/+1 | |
2019-03-05 | abuild-tar.static: fix undefined reference errors | Oliver Smith | 1 | -1/+2 | |
Link against the same libs as abuild-tar and fix the order of the CC arguments. |