summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* buildlab: added apk caching option (-k)HEADmasterMatt Smith2011-03-291-3/+11
|
* 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.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
|
* abuild: implement initdcheckNatanael Copa2011-01-041-0/+16
| | | | this check verifies that the *.initd scripts are #!/sbin/runscript
* abuild: support for saveas-* in sourcecheckNatanael Copa2011-01-031-6/+12
|
* abuild: implement sourcecheckNatanael Copa2011-01-031-0/+11
| | | | | | | | This subcommand verifies if upstream sources still exists and echoes an error if it does not. This is supposed to be used from a script that checks the validity of source regularily.
* abuild: only set xterm title if USE_COLOR is enabledNatanael Copa2011-01-031-1/+1
|
* abuild: only install .makdepends-* if there are depsNatanael Copa2011-01-031-1/+1
|
* newapkbuild: reworkNatanael Copa2011-01-031-15/+103
| | | | | | | Download the sourcepackage and analyze. If needed, have build() run ./configure. We could in future try figure out license automatically too.
* abuild: trivial update to new saveas-*:// supportMatt Smith2011-01-031-5/+5
| | | | | Removed the asterisk from the beginning of the https check, and moved the saveas- check above.
* abuild: skip md5sum check if in force modeNatanael Copa2010-12-311-1/+3
|
* abuild: created 'saveas-*://' URI supportMatt Smith2010-12-301-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'saveas-*://' URI support has been created for use with the source= line of APKBUILD files. It allows for a remote source file to be saved with an arbitrary filename. This is useful in situations where the last component of the URI is not the preferred filename. Here's how it works. Say we have the following URI: http://oss.example.org/?get=software&ver=1.0 Both Busybox Wget and GNU Wget will save this with the filename: ?get=software&ver=1.0 To get around this, we could use cURL to save the file using the filename in the HTTP response headers: $ curl -JO "http://oss.example.org/?get=software&ver=1.0" Or we could use this 'saveas' hack. Essentially, the original URI is converted to read: saveas-http://oss.example.org/?get=software&ver=1.0/software-1.0.tar.gz In the download process, the 'saveas-' portion is removed, and the file is downloaded from the original URI, but is saved with the filename being the last component of the URI. In this case, it will be saved as 'software-1.0.tar.gz'. It is designed so that it works with any protocol supported by abuild. For example: saveas-ftp://oss.example.org/?get=software&ver=1.0/software-1.0.tar.gz Check it out and let me know what you think. Thanks, Matt
* have git to ignore apkgrelNatanael Copa2010-12-301-0/+1
|
* sample.APKBUILD: update with arch and depends_devNatanael Copa2010-12-301-4/+3
|
* apkgrel: new tool for bumping pkgrelNatanael Copa2010-12-302-1/+76
|
* abuild: fix check for arch specific binariesNatanael Copa2010-12-301-18/+32
| | | | we now fail if noarch is set wrong
* abuild: set arch to noarch for -doc packagesNatanael Copa2010-12-301-0/+1
|
* abuild: post check archNatanael Copa2010-12-301-0/+16
| | | | We check if noarch is properly set
* abuild-keygen: implement -q for quiet modeNatanael Copa2010-12-201-15/+24
|
* abuild-keygen: implement -n for non-interactive modeNatanael Copa2010-12-201-11/+18
|
* abuild: improve output messages for dep tracingNatanael Copa2010-12-171-3/+3
|
* release 2.6v2.6Natanael Copa2010-12-151-1/+1
|
* abuild: support arch=allNatanael Copa2010-12-151-1/+1
|
* abuild: look for so dependencies in RPATH tooNatanael Copa2010-12-151-10/+47
| | | | | | | | | | | | Some .so files have a rpath where to look for the needed .so. When tracing package dependencies we also have a look there. This should fix problem when the .so is not in standard location, /usr/lib or /lib. (for example freeradius plugins) While here we also reorganize things so we only call apk info --who-owns once for each package instead of once for each needed .so. This should speed up things when there are many needed .so files.
* abuild: multiarch supportNatanael Copa2010-12-141-0/+12
| | | | | - add arch to .PKGINFO - exit with success if package is not in arch
* ap: fix usage. the -d option is mandatory nowNatanael Copa2010-12-131-1/+1
|
* ap: bugfix in builddirsNatanael Copa2010-12-131-15/+14
|
* ap: initial implementationNatanael Copa2010-12-133-2/+259
| | | | | ap is a helper script to parse APKBUILD and calculate build time dependencies.