summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* various: s/echo/msg/, s/echo/error/, tweak error messagesDubiousjim2013-07-096-18/+16
|
* apkgrel: handle missing pkgrel in do_addDubiousjim2013-07-091-1/+4
|
* apkgrel: tweaks to loops, add quotesDubiousjim2013-07-091-3/+3
|
* apkgrel: show_plain, show_prettyDubiousjim2013-07-091-2/+18
|
* apkgrel: --clean-git enhancementsDubiousjim2013-07-091-2/+5
|
* abump: verify that we're in git treeDubiousjim2013-07-091-0/+1
|
* abump: verify APKBUILD's versionDubiousjim2013-07-091-0/+6
|
* abump: refactor verification of APKBUILDDubiousjim2013-07-091-9/+14
| | | | * includes renaming pkgname, pkgver
* abump, functions: refactor (and verify) calculation of APKBUILD pathDubiousjim2013-07-092-1/+23
|
* abump: tweak upgrade/cvelistDubiousjim2013-07-091-8/+5
|
* abump: move loop inside do_bump, refine locals, introduce subshellDubiousjim2013-07-091-33/+33
|
* abuild-sign: fix a race conditionDubiousjim2013-07-091-1/+1
|
* abuild-sign: wrap cd in a subshell, use set -eDubiousjim2013-07-091-2/+5
|
* abuild-sign: make vars localDubiousjim2013-07-091-0/+2
|
* abuild-sign: reformat error outputDubiousjim2013-07-091-7/+9
|
* abuild_keygen: several tweaksDubiousjim2013-07-091-9/+6
| | | | | | | | * make vars local * refactor calculation of default_name * make non_interactive=1 * tweak error message * tweak sed command
* various: use long options, rework usagesDubiousjim2013-07-096-93/+167
|
* Makefile: remove distDubiousjim2013-07-091-13/+1
| | | | as discussed in http://lists.alpinelinux.org/alpine-devel/3122.html
* various: move conf-loading and i/o to functionsDubiousjim2013-07-098-101/+128
|
* abuild-sign: refactorDubiousjim2013-07-091-22/+25
|
* abuild-keygen: refactorDubiousjim2013-07-091-58/+61
|
* various: tweak opening comments, whitespaceDubiousjim2013-07-085-14/+6
| | | | Also remove incomplete efforts at listing "Depends on: ..."
* various: add descriptions, attribution, licenseDubiousjim2013-07-084-0/+27
|
* abuild-sudo, abuild-tar: cosmetic changesDubiousjim2013-07-082-3/+3
|
* remove unused filesDubiousjim2013-07-085-597/+0
| | | | as discussed in http://lists.alpinelinux.org/alpine-devel/3122.html
* abuild: also look in /lib for .a files for -dev subpackageNatanael Copa2013-07-081-1/+1
|
* build: honor CPPFLAGSTimo Teräs2013-07-051-2/+2
|
* abuild: automatically replace the config.sub with our versionNatanael Copa2013-07-024-5/+3372
| | | | | | | introduce post_unpack that by default will search for config.sub and config.guess and replace those if found. we ship our own version of those files
* abuild: whitespace fixes. use longopts for apkNatanael Copa2013-07-021-31/+32
|
* abuild: explicitly use so:depends when croscompilingNatanael Copa2013-07-021-1/+2
|
* abuild: crosscompile support for stripNatanael Copa2013-07-021-1/+1
|
* abuild: check for more common spell errorsNatanael Copa2013-07-021-3/+10
| | | | check for pkguser, pkggroup, subpackage
* ==== release 2.14.3 ====Natanael Copa2013-05-291-1/+1
|
* abuild-sudo: also look for adduser/group in /usr/sbinNatanael Copa2013-05-291-0/+4
| | | | seems like it moved in recent busybox. we need to support both variants
* abuild-sudo: print error message if execv failsNatanael Copa2013-05-291-1/+1
|
* buildrepo: avoid using 'i' as loop variableNatanael Copa2013-04-261-6/+6
| | | | some apkbuilds use it in global context
* ==== release 2.14.2 ====Natanael Copa2013-04-231-1/+1
|
* buildrepo: fix clean of old pkgsNatanael Copa2013-04-231-14/+23
| | | | | - we need check arch for noarch - we need list packages generated from $linguas
* ap: new subcommand: list-apksNatanael Copa2013-04-231-2/+14
|
* abuild: run subpackage split functions in a subshellNatanael Copa2013-04-231-3/+3
| | | | so subfunctions don't overwrite the global variables like depends, pkgdesc etc.
* abuild: add support for optional remote loggingNatanael Copa2013-04-191-3/+10
| | | | | | via ABUILD_LOG_CMD config option This is supposed to be used on the build servers
* buildrepo: faster purging of old packagesNatanael Copa2013-03-091-2/+15
|
* buildrepo: only consider rebuilding packages that has proper arch setNatanael Copa2013-03-091-0/+15
|
* buildrepo: set REPODEST when running abuildNatanael Copa2013-02-221-0/+1
| | | | fixes regression
* buildrepo: parse APKBUILDs in subshellNatanael Copa2013-02-221-8/+14
| | | | so we dont leak functions like 'build' and other variables.
* ==== release 2.14.1 ====Natanael Copa2013-02-221-1/+1
|
* buildrepo: use CARCH from abuild.confNatanael Copa2013-02-221-10/+16
|
* ==== release 2.14.0 ====Natanael Copa2013-02-211-1/+1
|
* aports.lua: support filename::fileuri source formatNatanael Copa2013-02-211-1/+1
|
* abuild: treat syslinux's .c32 files as shared objectsNatanael Copa2013-02-211-1/+1
| | | | syslinux switched to elf format from 5.0