summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* abuild: support filename::fileuri in sourceNatanael Copa2013-02-201-13/+34
| | | | | This is an alternative to saveas-*:// which should be slightly more intuitive. It also is similar to what arch linux does.
* newapkbuild: https is also an urlNatanael Copa2013-02-201-1/+1
|
* update gitignoreNatanael Copa2013-02-151-4/+9
|
* buildrepo: speed up by avoiding forksNatanael Copa2013-02-151-2/+14
|
* abump: add option -f to set "fixes" in commit messageNatanael Copa2013-02-141-4/+12
|
* abuild: fix warning about md5checkNatanael Copa2013-02-131-1/+1
|
* checkapk: find package when REPODEST is usedNatanael Copa2013-02-131-2/+3
|
* buildrepo: add message that we are puring old packagesNatanael Copa2013-02-071-0/+1
|
* abuild: use REPODEST as abuildrepo if specifiedNatanael Copa2013-02-071-1/+4
| | | | | | | | This has the nice effect that we get the index automatically built for our REPODEST. Discussion here: http://lists.alpinelinux.org/alpine-devel/0249.html
* abuild: update abuild repo index when cleaning packagesNatanael Copa2013-02-071-3/+7
|
* abuild: fix spelling in commentNatanael Copa2013-02-071-1/+1
|
* abuild: verify pkgdesc lengthNatanael Copa2013-02-071-0/+3
| | | | fixes #1477
* abuild: add git/svn snapshot hookCarlo Landmeter2013-01-081-0/+57
| | | | ref #1537
* aports.lua: also store url in pkg structNatanael Copa2012-12-301-2/+4
|
* checkapk: new toolNatanael Copa2012-12-303-1/+76
| | | | Tool to help find ABI breakages in package upgrades
* abuild: improve sanitycheck to check sanity of all checksumsNatanael Copa2012-11-291-5/+11
|
* abuild: use sha256 and sha512 sums instead of md5Natanael Copa2012-11-291-19/+57
| | | | ref #1484