summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-04-17abuild: fix user creation when group existsNatanael Copa1-1/+5
2011-04-17buildrepo: fix previous commitNatanael Copa1-3/+3
2011-04-14abuild.conf: updated comment about PACKAGER/newapkbuildMatt Smith1-1/+1
2011-04-07buildrepo: fix purging of old packagesNatanael Copa1-1/+1
2011-04-07release 2.9.1v2.9.1Natanael Copa1-1/+1
2011-04-07buildrepo: fixes for new $repo/$arch layoutNatanael Copa1-4/+9
2011-04-06release 2.9.0v2.9.0Natanael Copa1-1/+1
2011-04-06abuild: fix for REPODESTNatanael Copa1-2/+6
we need set the $CARCH in the package destination needs also to be passed over for recursive action
2011-04-04abuild: remove broken noarch stuff. force CARCH for abuildrepoNatanael Copa2-21/+7
2011-04-04abuild: move abuildrepo to ~/.cache/abuild/$repoNatanael Copa1-24/+14
We no require apk-tools-2.1
2011-04-04abuild: fix check if abuildindex is up 2 dateNatanael Copa1-7/+22
2011-04-01Merge branch '2.7'Natanael Copa1-1/+1
2011-04-01abuild: always fail when checksums does not matchNatanael Copa1-1/+1
2011-03-31Merge git://git.alpinelinux.org/msmith/abuildNatanael Copa1-3/+11
2011-03-31Merge branch '2.7'Natanael Copa1-0/+1
Conflicts: Makefile
2011-03-31abuild: add origin in .PKGINFONatanael Copa1-0/+1
2011-03-31release 2.7.5v2.7.5Natanael Copa1-1/+1
2011-03-30release 2.8.2v2.8.2Natanael Copa1-1/+1
2011-03-30abuild: fix for apk-tools-2.0.xNatanael Copa1-2/+10
apk-tools-2.0's apk index will not show the arch so we need to use tar to find arch if we have old apk. We prefer use apk index since it will only read first block of file, regardless size, while tar will read entire file. Reading entire file is slow if file is big. So we check apk --version and use tar if needed, and apk index if possible.
2011-03-30release 2.8.1v2.8.1Natanael Copa1-1/+1
2011-03-30abuild: create $arch and noarch dirs for abuildrepoNatanael Copa1-1/+1
2011-03-30release 2.8.0v2.8.0Natanael Copa1-1/+1
2011-03-30ap: let builddirs use aports.recurs_until()Natanael Copa1-23/+11
2011-03-30ap/aports.lua: implement recurse_untilNatanael Copa2-21/+47
will recursively parse all build depends
2011-03-30ap: use pairs instead of ipairsNatanael Copa1-4/+4
2011-03-30Merge branch 'wip'Natanael Copa1-23/+57
2011-03-30abuild: wait for lockfile on delete of dependenciesNatanael Copa1-7/+8
2011-03-30abuild: use $repo/$arch for abuildrepoNatanael Copa1-23/+57
This is so apk-tools-2.1 works
2011-03-29buildlab: added apk caching option (-k)Matt Smith1-3/+11
2011-03-29abuild: fix md5checkNatanael Copa1-0/+1
we need use "$srcdir"
2011-03-29abuild: fakeroot fix when running as rootNatanael Copa1-1/+9
2011-03-29abuild: use $SUDO instead of 'sudo'Natanael Copa1-2/+2
So SUDO="sudo -E" works for http proxy settings
2011-03-29delete remote source files that fail the md5 checksum testJeremy Thomerson1-2/+21
Currently, if the build server downloads a file that fails the md5sum check for some reason (perhaps interrupted download, etc), the file is never deleted so the build can not succeed until someone manually deletes the bad file. This change deletes any file that is a remote source file / package that fails the md5sum check. The subsequent rebuild will then be forced to download the file again.
2011-03-17release 2.7.4v2.7.4Natanael Copa1-1/+1
2011-03-17newapkbuild: assume perl package if package name starts with perl-Natanael Copa1-1/+1
2011-03-17newapkbuild: supporrt for forcing autotools or perl with -a -pNatanael Copa1-12/+57
2011-03-17newapkbuild: support for creating sourceforge source urlsNatanael Copa1-1/+7
2011-03-17abuild: do not set noarch for nowNatanael Copa1-3/+5
Our build infrastruc needs to handle it
2011-03-09newapkbuild: add the missing cd "$_builddir"Natanael Copa1-0/+1
2011-03-08abuild: add maintainer info to .PKGBUILDNatanael Copa1-1/+16
We can either set maintainer="..." in APKBUILD or use it as comment.
2011-03-08abuild: add last commit hash to .PKGINFONatanael Copa1-0/+13
This can be useful for package browser.
2011-03-05release 2.7.3v2.7.3Natanael Copa1-1/+1
2011-03-04abuild: bugfix in dep tracingNatanael Copa1-1/+1
due to unintialized and non-local variable the tracing of deps didnt work as expected when dependencies was provided by the apkbuild itself. (libgcc ended up depending on libgcj which depended on binutils)
2011-03-04abuild: -f will build even if arch is missingNatanael Copa1-1/+3
2011-03-04abuild: only warn when we think there should have been noarchNatanael Copa1-4/+8
and we dont want -dev packages to be noarch
2011-02-09Add hints on CARCH/CBUILD for x86_64 and powerpc.William Pitcock1-0/+9
2011-01-27default_doc/default_dev: enhanced pkgdescWilliam Pitcock1-0/+4
2011-01-24release 2.7.2v2.7.2William Pitcock1-1/+1
2011-01-24release 2.7.1v2.7.1William Pitcock1-1/+1
2011-01-24buildlab: implement updating of buildroots.William Pitcock1-2/+21