Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-07 | release 2.9.1v2.9.1 | Natanael Copa | 1 | -1/+1 | |
2011-04-07 | buildrepo: fixes for new $repo/$arch layout | Natanael Copa | 1 | -4/+9 | |
2011-04-06 | release 2.9.0v2.9.0 | Natanael Copa | 1 | -1/+1 | |
2011-04-06 | abuild: fix for REPODEST | Natanael Copa | 1 | -2/+6 | |
we need set the $CARCH in the package destination needs also to be passed over for recursive action | |||||
2011-04-04 | abuild: remove broken noarch stuff. force CARCH for abuildrepo | Natanael Copa | 2 | -21/+7 | |
2011-04-04 | abuild: move abuildrepo to ~/.cache/abuild/$repo | Natanael Copa | 1 | -24/+14 | |
We no require apk-tools-2.1 | |||||
2011-04-04 | abuild: fix check if abuildindex is up 2 date | Natanael Copa | 1 | -7/+22 | |
2011-04-01 | Merge branch '2.7' | Natanael Copa | 1 | -1/+1 | |
2011-04-01 | abuild: always fail when checksums does not match | Natanael Copa | 1 | -1/+1 | |
2011-03-31 | Merge git://git.alpinelinux.org/msmith/abuild | Natanael Copa | 1 | -3/+11 | |
2011-03-31 | Merge branch '2.7' | Natanael Copa | 1 | -0/+1 | |
Conflicts: Makefile | |||||
2011-03-31 | abuild: add origin in .PKGINFO | Natanael Copa | 1 | -0/+1 | |
2011-03-31 | release 2.7.5v2.7.5 | Natanael Copa | 1 | -1/+1 | |
2011-03-30 | release 2.8.2v2.8.2 | Natanael Copa | 1 | -1/+1 | |
2011-03-30 | abuild: fix for apk-tools-2.0.x | Natanael Copa | 1 | -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-30 | release 2.8.1v2.8.1 | Natanael Copa | 1 | -1/+1 | |
2011-03-30 | abuild: create $arch and noarch dirs for abuildrepo | Natanael Copa | 1 | -1/+1 | |
2011-03-30 | release 2.8.0v2.8.0 | Natanael Copa | 1 | -1/+1 | |
2011-03-30 | ap: let builddirs use aports.recurs_until() | Natanael Copa | 1 | -23/+11 | |
2011-03-30 | ap/aports.lua: implement recurse_until | Natanael Copa | 2 | -21/+47 | |
will recursively parse all build depends | |||||
2011-03-30 | ap: use pairs instead of ipairs | Natanael Copa | 1 | -4/+4 | |
2011-03-30 | Merge branch 'wip' | Natanael Copa | 1 | -23/+57 | |
2011-03-30 | abuild: wait for lockfile on delete of dependencies | Natanael Copa | 1 | -7/+8 | |
2011-03-30 | abuild: use $repo/$arch for abuildrepo | Natanael Copa | 1 | -23/+57 | |
This is so apk-tools-2.1 works | |||||
2011-03-29 | buildlab: added apk caching option (-k) | Matt Smith | 1 | -3/+11 | |
2011-03-29 | abuild: fix md5check | Natanael Copa | 1 | -0/+1 | |
we need use "$srcdir" | |||||
2011-03-29 | abuild: fakeroot fix when running as root | Natanael Copa | 1 | -1/+9 | |
2011-03-29 | abuild: use $SUDO instead of 'sudo' | Natanael Copa | 1 | -2/+2 | |
So SUDO="sudo -E" works for http proxy settings | |||||
2011-03-29 | delete remote source files that fail the md5 checksum test | Jeremy Thomerson | 1 | -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-17 | release 2.7.4v2.7.4 | Natanael Copa | 1 | -1/+1 | |
2011-03-17 | newapkbuild: assume perl package if package name starts with perl- | Natanael Copa | 1 | -1/+1 | |
2011-03-17 | newapkbuild: supporrt for forcing autotools or perl with -a -p | Natanael Copa | 1 | -12/+57 | |
2011-03-17 | newapkbuild: support for creating sourceforge source urls | Natanael Copa | 1 | -1/+7 | |
2011-03-17 | abuild: do not set noarch for now | Natanael Copa | 1 | -3/+5 | |
Our build infrastruc needs to handle it | |||||
2011-03-09 | newapkbuild: add the missing cd "$_builddir" | Natanael Copa | 1 | -0/+1 | |
2011-03-08 | abuild: add maintainer info to .PKGBUILD | Natanael Copa | 1 | -1/+16 | |
We can either set maintainer="..." in APKBUILD or use it as comment. | |||||
2011-03-08 | abuild: add last commit hash to .PKGINFO | Natanael Copa | 1 | -0/+13 | |
This can be useful for package browser. | |||||
2011-03-05 | release 2.7.3v2.7.3 | Natanael Copa | 1 | -1/+1 | |
2011-03-04 | abuild: bugfix in dep tracing | Natanael Copa | 1 | -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-04 | abuild: -f will build even if arch is missing | Natanael Copa | 1 | -1/+3 | |
2011-03-04 | abuild: only warn when we think there should have been noarch | Natanael Copa | 1 | -4/+8 | |
and we dont want -dev packages to be noarch | |||||
2011-02-09 | Add hints on CARCH/CBUILD for x86_64 and powerpc. | William Pitcock | 1 | -0/+9 | |
2011-01-27 | default_doc/default_dev: enhanced pkgdesc | William Pitcock | 1 | -0/+4 | |
2011-01-24 | release 2.7.2v2.7.2 | William Pitcock | 1 | -1/+1 | |
2011-01-24 | release 2.7.1v2.7.1 | William Pitcock | 1 | -1/+1 | |
2011-01-24 | buildlab: implement updating of buildroots. | William Pitcock | 1 | -2/+21 | |
2011-01-24 | new script (buildlab) for doing chrooted builds. | William Pitcock | 2 | -1/+223 | |
2011-01-06 | release 2.7v2.7 | Natanael Copa | 1 | -1/+1 | |
2011-01-04 | abuild: add support for language packs | Natanael Copa | 1 | -13/+46 | |
2011-01-04 | abuild: supporrt for install_if. remove unused 'backup' | Natanael Copa | 1 | -3/+3 | |