Commit Graph

479 Commits

Author SHA1 Message Date
Natanael Copa
3ac0a8e082 abuild: move abuildrepo to ~/.cache/abuild/$repo
We no require apk-tools-2.1
2011-04-04 13:00:22 +00:00
Natanael Copa
8f6f8763cf abuild: fix check if abuildindex is up 2 date 2011-04-04 11:18:29 +00:00
Natanael Copa
62a87c97fb Merge branch '2.7' 2011-04-01 13:39:23 +00:00
Natanael Copa
828d8a7e16 abuild: always fail when checksums does not match 2011-04-01 12:24:40 +00:00
Natanael Copa
3f055e6f68 Merge git://git.alpinelinux.org/msmith/abuild 2011-03-31 12:43:53 +00:00
Natanael Copa
382e470396 Merge branch '2.7'
Conflicts:
	Makefile
2011-03-31 09:56:47 +00:00
Natanael Copa
701be9224c abuild: add origin in .PKGINFO 2011-03-31 09:49:51 +00:00
Natanael Copa
63c3cb39f6 release 2.7.5 2011-03-31 07:45:15 +00:00
Natanael Copa
b9b1deeff7 release 2.8.2 2011-03-30 14:26:22 +00:00
Natanael Copa
0f27ed17ab abuild: fix for apk-tools-2.0.x
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 14:20:15 +00:00
Natanael Copa
88b5a2af36 release 2.8.1 2011-03-30 13:55:38 +00:00
Natanael Copa
663aa8bca5 abuild: create $arch and noarch dirs for abuildrepo 2011-03-30 13:54:49 +00:00
Natanael Copa
ecbaac6362 release 2.8.0 2011-03-30 12:44:14 +00:00
Natanael Copa
876e4f7a67 ap: let builddirs use aports.recurs_until() 2011-03-30 11:40:47 +00:00
Natanael Copa
486959e2db ap/aports.lua: implement recurse_until
will recursively parse all build depends
2011-03-30 13:11:13 +02:00
Natanael Copa
dee681905f ap: use pairs instead of ipairs 2011-03-30 13:11:12 +02:00
Natanael Copa
995797f4a2 Merge branch 'wip' 2011-03-30 09:10:56 +00:00
Natanael Copa
138cfd7027 abuild: wait for lockfile on delete of dependencies 2011-03-30 09:10:11 +00:00
Natanael Copa
99ffea8acd abuild: use $repo/$arch for abuildrepo
This is so apk-tools-2.1 works
2011-03-30 09:06:48 +00:00
Matt Smith
d500aac083 buildlab: added apk caching option (-k) 2011-03-29 21:46:37 -05:00
Natanael Copa
3af17782ad abuild: fix md5check
we need use "$srcdir"
2011-03-29 13:06:03 +00:00
Natanael Copa
d68c2e2912 abuild: fakeroot fix when running as root 2011-03-29 12:23:30 +00:00
Natanael Copa
e6b33c688d abuild: use $SUDO instead of 'sudo'
So SUDO="sudo -E" works for http proxy settings
2011-03-29 12:17:35 +00:00
Jeremy Thomerson
a632d08fd2 delete remote source files that fail the md5 checksum test
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-29 06:02:54 +00:00
Natanael Copa
9ee1b361e4 release 2.7.4 2011-03-17 10:56:38 +00:00
Natanael Copa
50cfdd620a newapkbuild: assume perl package if package name starts with perl- 2011-03-17 10:51:07 +00:00
Natanael Copa
b581f87e85 newapkbuild: supporrt for forcing autotools or perl with -a -p 2011-03-17 10:47:12 +00:00
Natanael Copa
f20d7983ae newapkbuild: support for creating sourceforge source urls 2011-03-17 10:20:57 +00:00
Natanael Copa
149521f2dc abuild: do not set noarch for now
Our build infrastruc needs to handle it
2011-03-17 10:10:58 +00:00
Natanael Copa
b2cfa97c87 newapkbuild: add the missing cd "$_builddir" 2011-03-09 11:52:28 +00:00
Natanael Copa
947681e9d1 abuild: add maintainer info to .PKGBUILD
We can either set maintainer="..." in APKBUILD or use it as comment.
2011-03-08 10:08:01 +00:00
Natanael Copa
d3efd64ab1 abuild: add last commit hash to .PKGINFO
This can be useful for package browser.
2011-03-08 09:50:17 +00:00
Natanael Copa
28da75a264 release 2.7.3 2011-03-05 08:49:40 +00:00
Natanael Copa
a4a64e3f4c abuild: bugfix in dep tracing
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 22:39:49 +00:00
Natanael Copa
37c29649f7 abuild: -f will build even if arch is missing 2011-03-04 22:39:49 +00:00
Natanael Copa
0db502b906 abuild: only warn when we think there should have been noarch
and we dont want -dev packages to be noarch
2011-03-04 22:39:48 +00:00
William Pitcock
66966c5ccc Add hints on CARCH/CBUILD for x86_64 and powerpc. 2011-02-09 16:36:19 -06:00
William Pitcock
0187915cc2 default_doc/default_dev: enhanced pkgdesc 2011-01-27 18:46:43 -06:00
William Pitcock
58caf298a3 release 2.7.2 2011-01-24 21:12:31 -06:00
William Pitcock
afc38ca390 release 2.7.1 2011-01-24 21:08:46 -06:00
William Pitcock
934c823052 buildlab: implement updating of buildroots. 2011-01-24 21:06:04 -06:00
William Pitcock
df4893dec1 new script (buildlab) for doing chrooted builds. 2011-01-24 21:01:05 -06:00
Natanael Copa
0dccfece2e release 2.7 2011-01-06 07:30:25 +00:00
Natanael Copa
5d9012c09a abuild: add support for language packs 2011-01-04 10:32:12 +00:00
Natanael Copa
2182953390 abuild: supporrt for install_if. remove unused 'backup' 2011-01-04 09:15:05 +00:00
Natanael Copa
0472849c0c abuild: implement initdcheck
this check verifies that the *.initd scripts are #!/sbin/runscript
2011-01-04 09:05:54 +00:00
Natanael Copa
f580e6657a abuild: support for saveas-* in sourcecheck 2011-01-03 15:59:52 +00:00
Natanael Copa
470f052142 abuild: implement sourcecheck
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.
2011-01-03 15:38:40 +00:00
Natanael Copa
308a1a27f4 abuild: only set xterm title if USE_COLOR is enabled 2011-01-03 15:29:37 +00:00
Natanael Copa
a83cdde510 abuild: only install .makdepends-* if there are deps 2011-01-03 15:02:19 +00:00