Commit Graph

429 Commits

Author SHA1 Message Date
Natanael Copa
18c1dde2de abuild: only update abuildrepo index if needed
speeds up abuild -R a bit
2010-05-06 08:20:59 +00:00
Natanael Copa
ed0613adda abuild: rename apkcache to abuildrepo
To avoid confusing with the /etc/apk/cache
2010-05-06 07:58:44 +00:00
Natanael Copa
5a3bb63846 abuild: force pkgrel in APKBUILD
its needed for bumping pkgrel with sed and similar
2010-05-04 11:28:44 +00:00
Natanael Copa
571de990da release 2.2 2010-05-04 08:32:58 +00:00
Natanael Copa
f795040b6b abuild: support for overriding apk binary
so we can do: APK=apk.static abuild ....
2010-05-04 08:32:22 +00:00
Natanael Copa
f4e9b5d3a9 abuild: fix for abuild -R
we only enter dependencies dirs in same repo
2010-05-04 08:28:13 +00:00
Natanael Copa
36d446263c abuild: support for building simple tar.gz files of target
When building with crosscompile to bootstrap a new target it might
be handy to not include the dependencies etc.
2010-04-28 16:04:37 +00:00
Natanael Copa
c6f4cb7286 abuild: use fetch_uri_mirror when downloading sources 2010-04-19 13:48:57 +00:00
Natanael Copa
9ce1d67910 alpine-mini.packages: removed
not used anymore
2010-04-15 15:54:41 +00:00
Natanael Copa
064c0fac8e abuild: only trace dependencies from current repo
This avoids confusion when abuild picks dependencies from testing
when building main.
2010-04-15 15:53:28 +00:00
Natanael Copa
a0c0ae76e3 abuild: download from DISTFILES_MIRROR first if set 2010-04-15 15:52:38 +00:00
Natanael Copa
e388eb1467 abump: small utility to maintain aports 2010-04-06 06:56:33 +00:00
Natanael Copa
92d947b000 abuild: wait 30 seconds for apk lockfile. improve error reporting 2010-03-02 11:01:15 +00:00
Natanael Copa
8d34be04b0 alpine.packages: added igmpproxy 2010-02-15 18:07:21 +00:00
Natanael Copa
d5d4880cf3 tune package list
basically remove dev packages
2010-02-03 14:33:55 +00:00
Natanael Copa
9588629399 abuild.conf: added JOBS variable
makes it easier to support parallel builds on non gnu make system
2010-01-07 19:56:12 +00:00
Natanael Copa
2b9d261df5 release 2.1 2009-12-30 09:05:49 +00:00
Natanael Copa
171df570fd sample: use lowercase in init.d/conf.d sample files 2009-12-30 08:55:33 +00:00
Natanael Copa
5847b5473b sample: use separate package() 2009-12-30 08:51:38 +00:00
Natanael Copa
3ea1ead589 abuild: dont check version number if nodeps is specified
This option is normally used for bootstrapping a build env. Chances are big
that apk-tools is not around.
2009-12-16 09:25:52 +00:00
Natanael Copa
d87b10b9af abuild: implement getpkgver, default_fetch and default_unpack
to make life easier for volatile packages
2009-11-24 10:53:58 +00:00
Natanael Copa
78ca93d237 abuild: use pax-utils's scanelf to find binaries to strip 2009-11-06 09:57:34 +00:00
Natanael Copa
9999ee02b5 release 2.0.1 2009-11-02 18:34:11 +00:00
Natanael Copa
b35b56943e abuild-sign: remove temp signature 2009-11-02 18:33:30 +00:00
Natanael Copa
9400ec0152 abuild: fix detection of pkgconfig dependency 2009-11-02 09:26:09 +00:00
Natanael Copa
4e633c5be2 alpine.packages: removed -doc packages 2009-10-30 09:29:07 +00:00
Natanael Copa
f20c599af7 alpine.packages: specify kernel packages 2009-10-30 09:27:41 +00:00
Natanael Copa
19b2598f8a Revert "abuild: minor cleanup"
This commit seems to kill the entire repository

This reverts commit 46aed95754.
2009-10-27 15:24:18 +00:00
Natanael Copa
0251148009 added alpine-mini package list 2009-10-26 17:02:02 +00:00
Natanael Copa
ca86b28d42 release 2.0 2009-10-25 14:05:47 +00:00
Natanael Copa
b97641ed0f remoe unused file 2009-10-25 14:05:01 +00:00
Natanael Copa
64d70cc4b3 abuild: exit with error if run as root
override with -F
2009-10-24 21:01:29 +00:00
Natanael Copa
036557c8c0 abuild: make it possible override fakeroot 2009-10-24 20:53:31 +00:00
Natanael Copa
f150027100 abuild: fix so APKBUILD env var works properly
We also make sure we source the APKBUILD when we are in the directory
holding the APKBUILD file. Some of the packages sources others
with relative references. (for example kernel 3rd party packages)
2009-10-24 20:37:20 +00:00
Natanael Copa
c50ab80bfa abuild: minor bugfix: define $program 2009-10-24 20:11:40 +00:00
Natanael Copa
c9616e9d9e newapkbuild: move code from abuild to new script
try keep code in abuild cleaner by moving out creation of new apkbuild
to separate script.
2009-10-24 20:03:06 +00:00
Natanael Copa
74debd67ce abuild: minor cleanup 2009-10-24 19:18:35 +00:00
Natanael Copa
46aed95754 abuild: minor cleanup 2009-10-23 16:53:13 +00:00
Natanael Copa
3b7ab34e67 abuild: implement prepare()
prepare is run before build(). this allows uses to do patching before
configuring and building in a separate step.
2009-10-23 16:28:34 +00:00
Natanael Copa
f138d6704b abuild: bugfix. allow apkbiudls without build() 2009-10-23 13:12:32 +00:00
Natanael Copa
542b9cf486 abuild: dont run build() in fakeroot if package() exist
fakeroot seems do some kind of locking which kills performance on
multicores processors. We can run "make" and "make install" in 2 steps
with only hte latter in fakeroot.
2009-10-23 09:57:04 +00:00
Natanael Copa
24a42d66f7 alpine.mk: change arch to x86. remove .SIGN in repo 2009-10-21 14:17:00 +00:00
Natanael Copa
be7b8057c1 alpine.mk: new location for kernel.release file
move isolinux to /boot directory to keep cdrom more tidy.
2009-09-23 11:40:38 +00:00
Natanael Copa
9fc5089222 alpkine.mk: remove ide 2009-09-18 14:16:06 +00:00
Natanael Copa
09899b7a5b alpine.packages: added bwm-ng 2009-09-16 13:16:29 +00:00
Natanael Copa
64baa7c505 abuild-sign: set permissions on signed index to 644
mktemp set it to 600 so we need to manually set it to 644
2009-09-14 08:41:55 +00:00
Natanael Copa
9f3b137410 alpine.packages: make sure all squid, shorewall and php packages are there 2009-09-11 14:37:07 +00:00
Natanael Copa
00adab6430 alpine.mk: support for profiles
renamed default package list to alpine.packages
2009-09-11 14:25:14 +00:00
Natanael Copa
0047d5ef80 packages: added lsof 2009-09-09 17:34:44 +00:00
Natanael Copa
7c634fa25c packages: added util-linux-ng 2009-09-08 13:32:04 +00:00