Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-30 | release 2.1v2.1 | Natanael Copa | 1 | -1/+1 | |
2009-12-30 | sample: use lowercase in init.d/conf.d sample files | Natanael Copa | 2 | -22/+12 | |
2009-12-30 | sample: use separate package() | Natanael Copa | 1 | -4/+14 | |
2009-12-16 | abuild: dont check version number if nodeps is specified | Natanael Copa | 1 | -1/+1 | |
This option is normally used for bootstrapping a build env. Chances are big that apk-tools is not around. | |||||
2009-11-24 | abuild: implement getpkgver, default_fetch and default_unpack | Natanael Copa | 1 | -4/+28 | |
to make life easier for volatile packages | |||||
2009-11-06 | abuild: use pax-utils's scanelf to find binaries to strip | Natanael Copa | 1 | -10/+3 | |
2009-11-02 | release 2.0.1v2.0.1 | Natanael Copa | 1 | -1/+1 | |
2009-11-02 | abuild-sign: remove temp signature | Natanael Copa | 1 | -2/+1 | |
2009-11-02 | abuild: fix detection of pkgconfig dependency | Natanael Copa | 1 | -6/+6 | |
2009-10-30 | alpine.packages: removed -doc packages | Natanael Copa | 1 | -162/+0 | |
2009-10-30 | alpine.packages: specify kernel packages | Natanael Copa | 1 | -4/+7 | |
2009-10-27 | Revert "abuild: minor cleanup" | Natanael Copa | 1 | -2/+2 | |
This commit seems to kill the entire repository This reverts commit 46aed95754ebeb17a3a367b3b41d0b6424fd18d9. | |||||
2009-10-26 | added alpine-mini package list | Natanael Copa | 1 | -0/+2 | |
2009-10-25 | release 2.0v2.0 | Natanael Copa | 1 | -1/+1 | |
2009-10-25 | remoe unused file | Natanael Copa | 1 | -3/+0 | |
2009-10-24 | abuild: exit with error if run as root | Natanael Copa | 1 | -1/+10 | |
override with -F | |||||
2009-10-24 | abuild: make it possible override fakeroot | Natanael Copa | 1 | -4/+6 | |
2009-10-24 | abuild: fix so APKBUILD env var works properly | Natanael Copa | 2 | -13/+23 | |
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 | abuild: minor bugfix: define $program | Natanael Copa | 1 | -3/+4 | |
2009-10-24 | newapkbuild: move code from abuild to new script | Natanael Copa | 3 | -47/+84 | |
try keep code in abuild cleaner by moving out creation of new apkbuild to separate script. | |||||
2009-10-24 | abuild: minor cleanup | Natanael Copa | 1 | -5/+1 | |
2009-10-23 | abuild: minor cleanup | Natanael Copa | 1 | -2/+2 | |
2009-10-23 | abuild: implement prepare() | Natanael Copa | 1 | -1/+5 | |
prepare is run before build(). this allows uses to do patching before configuring and building in a separate step. | |||||
2009-10-23 | abuild: bugfix. allow apkbiudls without build() | Natanael Copa | 1 | -2/+2 | |
2009-10-23 | abuild: dont run build() in fakeroot if package() exist | Natanael Copa | 1 | -1/+12 | |
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-21 | alpine.mk: change arch to x86. remove .SIGN in repo | Natanael Copa | 1 | -1/+2 | |
2009-09-23 | alpine.mk: new location for kernel.release file | Natanael Copa | 1 | -11/+16 | |
move isolinux to /boot directory to keep cdrom more tidy. | |||||
2009-09-18 | alpkine.mk: remove ide | Natanael Copa | 1 | -1/+1 | |
2009-09-16 | alpine.packages: added bwm-ng | Natanael Copa | 1 | -0/+1 | |
2009-09-14 | abuild-sign: set permissions on signed index to 644 | Natanael Copa | 1 | -0/+1 | |
mktemp set it to 600 so we need to manually set it to 644 | |||||
2009-09-11 | alpine.packages: make sure all squid, shorewall and php packages are there | Natanael Copa | 1 | -36/+3 | |
2009-09-11 | alpine.mk: support for profiles | Natanael Copa | 2 | -10/+26 | |
renamed default package list to alpine.packages | |||||
2009-09-09 | packages: added lsof | Natanael Copa | 1 | -0/+1 | |
2009-09-08 | packages: added util-linux-ng | Natanael Copa | 1 | -0/+1 | |
2009-09-03 | release 2.0_rc9v2.0_rc9 | Natanael Copa | 1 | -1/+1 | |
2009-09-03 | packages: misc fixes. add arpon | Natanael Copa | 1 | -9/+4 | |
2009-09-03 | abuild: include repo description and version in temp apk cache | Natanael Copa | 1 | -1/+3 | |
2009-09-03 | alpine.mk: include repo version on iso | Natanael Copa | 1 | -1/+2 | |
2009-09-03 | buildrepo: add repository description/version | Natanael Copa | 1 | -1/+3 | |
2009-09-03 | alpine.mk: copy keys from running system | Natanael Copa | 1 | -0/+1 | |
2009-09-03 | alpine.mk: include acct package in initramfs image | Natanael Copa | 1 | -1/+1 | |
2009-09-03 | alpine.mk: make it possible to override mkcramfs with mkfs.cramfs | Natanael Copa | 1 | -1/+2 | |
2009-09-03 | alpine.mk: support build iso from non-alpine environments | Natanael Copa | 1 | -19/+37 | |
Only thing required is a working apk-tools and mkinitfs | |||||
2009-09-02 | packages: include linux headers for running kernel | Natanael Copa | 1 | -1/+2 | |
2009-09-01 | packages: removed unused packages | Natanael Copa | 1 | -4/+0 | |
2009-08-31 | abuild: strip versions from dependencies when building recursively | Natanael Copa | 1 | -1/+5 | |
2009-08-22 | packages: added sfdisk | Natanael Copa | 1 | -0/+1 | |
2009-08-21 | release 2.0_rc8v2.0_rc8 | Natanael Copa | 1 | -1/+1 | |
2009-08-21 | abuild: allow pkgver=volatile | Natanael Copa | 1 | -2/+4 | |
2009-08-21 | abuild: implement pkgusers/pkggroups | Natanael Copa | 1 | -3/+21 | |