summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* release 2.9.1v2.9.1Natanael Copa2011-04-071-1/+1
|
* buildrepo: fixes for new $repo/$arch layoutNatanael Copa2011-04-071-4/+9
|
* release 2.9.0v2.9.0Natanael Copa2011-04-061-1/+1
|
* abuild: fix for REPODESTNatanael Copa2011-04-061-2/+6
| | | | | we need set the $CARCH in the package destination needs also to be passed over for recursive action
* abuild: remove broken noarch stuff. force CARCH for abuildrepoNatanael Copa2011-04-042-21/+7
|
* abuild: move abuildrepo to ~/.cache/abuild/$repoNatanael Copa2011-04-041-24/+14
| | | | We no require apk-tools-2.1
* abuild: fix check if abuildindex is up 2 dateNatanael Copa2011-04-041-7/+22
|
* Merge branch '2.7'Natanael Copa2011-04-011-1/+1
|\
| * abuild: always fail when checksums does not matchNatanael Copa2011-04-011-1/+1
| |
* | Merge git://git.alpinelinux.org/msmith/abuildNatanael Copa2011-03-311-3/+11
|\ \
| * | buildlab: added apk caching option (-k)Matt Smith2011-03-291-3/+11
| | |
* | | Merge branch '2.7'Natanael Copa2011-03-311-0/+1
|\ \ \ | | |/ | |/| | | | | | | Conflicts: Makefile
| * | abuild: add origin in .PKGINFONatanael Copa2011-03-311-0/+1
| | |
| * | release 2.7.5v2.7.5Natanael Copa2011-03-311-1/+1
| | |
* | | release 2.8.2v2.8.2Natanael Copa2011-03-301-1/+1
| | |
* | | abuild: fix for apk-tools-2.0.xNatanael Copa2011-03-301-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.
* | | release 2.8.1v2.8.1Natanael Copa2011-03-301-1/+1
| | |
* | | abuild: create $arch and noarch dirs for abuildrepoNatanael Copa2011-03-301-1/+1
| | |
* | | release 2.8.0v2.8.0Natanael Copa2011-03-301-1/+1
| | |
* | | ap: let builddirs use aports.recurs_until()Natanael Copa2011-03-301-23/+11
| | |
* | | ap/aports.lua: implement recurse_untilNatanael Copa2011-03-302-21/+47
| | | | | | | | | | | | will recursively parse all build depends
* | | ap: use pairs instead of ipairsNatanael Copa2011-03-301-4/+4
| | |
* | | Merge branch 'wip'Natanael Copa2011-03-301-23/+57
|\ \ \ | |/ / |/| |
| * | abuild: use $repo/$arch for abuildrepoNatanael Copa2011-03-301-23/+57
| | | | | | | | | | | | This is so apk-tools-2.1 works
* | | abuild: wait for lockfile on delete of dependenciesNatanael Copa2011-03-301-7/+8
|/ /
* / abuild: fix md5checkNatanael Copa2011-03-291-0/+1
|/ | | | we need use "$srcdir"
* abuild: fakeroot fix when running as rootNatanael Copa2011-03-291-1/+9
|
* abuild: use $SUDO instead of 'sudo'Natanael Copa2011-03-291-2/+2
| | | | So SUDO="sudo -E" works for http proxy settings
* delete remote source files that fail the md5 checksum testJeremy Thomerson2011-03-291-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.
* release 2.7.4v2.7.4Natanael Copa2011-03-171-1/+1
|
* newapkbuild: assume perl package if package name starts with perl-Natanael Copa2011-03-171-1/+1
|
* newapkbuild: supporrt for forcing autotools or perl with -a -pNatanael Copa2011-03-171-12/+57
|
* newapkbuild: support for creating sourceforge source urlsNatanael Copa2011-03-171-1/+7
|
* abuild: do not set noarch for nowNatanael Copa2011-03-171-3/+5
| | | | Our build infrastruc needs to handle it
* newapkbuild: add the missing cd "$_builddir"Natanael Copa2011-03-091-0/+1
|
* abuild: add maintainer info to .PKGBUILDNatanael Copa2011-03-081-1/+16
| | | | We can either set maintainer="..." in APKBUILD or use it as comment.
* abuild: add last commit hash to .PKGINFONatanael Copa2011-03-081-0/+13
| | | | This can be useful for package browser.
* release 2.7.3v2.7.3Natanael Copa2011-03-051-1/+1
|
* abuild: bugfix in dep tracingNatanael Copa2011-03-041-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)
* abuild: -f will build even if arch is missingNatanael Copa2011-03-041-1/+3
|
* abuild: only warn when we think there should have been noarchNatanael Copa2011-03-041-4/+8
| | | | and we dont want -dev packages to be noarch
* Add hints on CARCH/CBUILD for x86_64 and powerpc.William Pitcock2011-02-091-0/+9
|
* default_doc/default_dev: enhanced pkgdescWilliam Pitcock2011-01-271-0/+4
|
* release 2.7.2v2.7.2William Pitcock2011-01-241-1/+1
|
* release 2.7.1v2.7.1William Pitcock2011-01-241-1/+1
|
* buildlab: implement updating of buildroots.William Pitcock2011-01-241-2/+21
|
* new script (buildlab) for doing chrooted builds.William Pitcock2011-01-242-1/+223
|
* release 2.7v2.7Natanael Copa2011-01-061-1/+1
|
* abuild: add support for language packsNatanael Copa2011-01-041-13/+46
|
* abuild: supporrt for install_if. remove unused 'backup'Natanael Copa2011-01-041-3/+3
|