summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* abuild: implement getpkgver, default_fetch and default_unpackNatanael Copa2009-11-241-4/+28
| | | | to make life easier for volatile packages
* abuild: use pax-utils's scanelf to find binaries to stripNatanael Copa2009-11-061-10/+3
|
* release 2.0.1Natanael Copa2009-11-021-1/+1
|
* abuild-sign: remove temp signatureNatanael Copa2009-11-021-2/+1
|
* abuild: fix detection of pkgconfig dependencyNatanael Copa2009-11-021-6/+6
|
* alpine.packages: removed -doc packagesNatanael Copa2009-10-301-162/+0
|
* alpine.packages: specify kernel packagesNatanael Copa2009-10-301-4/+7
|
* Revert "abuild: minor cleanup"Natanael Copa2009-10-271-2/+2
| | | | | | This commit seems to kill the entire repository This reverts commit 46aed95754ebeb17a3a367b3b41d0b6424fd18d9.
* added alpine-mini package listNatanael Copa2009-10-261-0/+2
|
* release 2.0Natanael Copa2009-10-251-1/+1
|
* remoe unused fileNatanael Copa2009-10-251-3/+0
|
* abuild: exit with error if run as rootNatanael Copa2009-10-241-1/+10
| | | | override with -F
* abuild: make it possible override fakerootNatanael Copa2009-10-241-4/+6
|
* abuild: fix so APKBUILD env var works properlyNatanael Copa2009-10-242-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)
* abuild: minor bugfix: define $programNatanael Copa2009-10-241-3/+4
|
* newapkbuild: move code from abuild to new scriptNatanael Copa2009-10-243-47/+84
| | | | | try keep code in abuild cleaner by moving out creation of new apkbuild to separate script.
* abuild: minor cleanupNatanael Copa2009-10-241-5/+1
|
* abuild: minor cleanupNatanael Copa2009-10-231-2/+2
|
* abuild: implement prepare()Natanael Copa2009-10-231-1/+5
| | | | | prepare is run before build(). this allows uses to do patching before configuring and building in a separate step.
* abuild: bugfix. allow apkbiudls without build()Natanael Copa2009-10-231-2/+2
|
* abuild: dont run build() in fakeroot if package() existNatanael Copa2009-10-231-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.
* alpine.mk: change arch to x86. remove .SIGN in repoNatanael Copa2009-10-211-1/+2
|
* alpine.mk: new location for kernel.release fileNatanael Copa2009-09-231-11/+16
| | | | move isolinux to /boot directory to keep cdrom more tidy.
* alpkine.mk: remove ideNatanael Copa2009-09-181-1/+1
|
* alpine.packages: added bwm-ngNatanael Copa2009-09-161-0/+1
|
* abuild-sign: set permissions on signed index to 644Natanael Copa2009-09-141-0/+1
| | | | mktemp set it to 600 so we need to manually set it to 644
* alpine.packages: make sure all squid, shorewall and php packages are thereNatanael Copa2009-09-111-36/+3
|
* alpine.mk: support for profilesNatanael Copa2009-09-112-10/+26
| | | | renamed default package list to alpine.packages
* packages: added lsofNatanael Copa2009-09-091-0/+1
|
* packages: added util-linux-ngNatanael Copa2009-09-081-0/+1
|
* release 2.0_rc9Natanael Copa2009-09-031-1/+1
|
* packages: misc fixes. add arponNatanael Copa2009-09-031-9/+4
|
* abuild: include repo description and version in temp apk cacheNatanael Copa2009-09-031-1/+3
|
* alpine.mk: include repo version on isoNatanael Copa2009-09-031-1/+2
|
* buildrepo: add repository description/versionNatanael Copa2009-09-031-1/+3
|
* alpine.mk: copy keys from running systemNatanael Copa2009-09-031-0/+1
|
* alpine.mk: include acct package in initramfs imageNatanael Copa2009-09-031-1/+1
|
* alpine.mk: make it possible to override mkcramfs with mkfs.cramfsNatanael Copa2009-09-031-1/+2
|
* alpine.mk: support build iso from non-alpine environmentsNatanael Copa2009-09-031-19/+37
| | | | Only thing required is a working apk-tools and mkinitfs
* packages: include linux headers for running kernelNatanael Copa2009-09-021-1/+2
|
* packages: removed unused packagesNatanael Copa2009-09-011-4/+0
|
* abuild: strip versions from dependencies when building recursivelyNatanael Copa2009-08-311-1/+5
|
* packages: added sfdiskNatanael Copa2009-08-221-0/+1
|
* release 2.0_rc8Natanael Copa2009-08-211-1/+1
|
* abuild: allow pkgver=volatileNatanael Copa2009-08-211-2/+4
|
* abuild: implement pkgusers/pkggroupsNatanael Copa2009-08-211-3/+21
|
* release 2.0_rc7Natanael Copa2009-08-171-1/+1
|
* abuild: no missing dependencies might happenNatanael Copa2009-08-171-1/+1
|
* abuild: the -dev pckages should depend on all subpackagesNatanael Copa2009-08-171-0/+6
|
* Revert "abuild-tar: embed checksum for symlinks"Natanael Copa2009-08-171-29/+11
| | | | | | | Tar could not handle the headers. This reverts parts of commit 8b1a53011b3aa56594e785c425b318c21fba8684. Keep the usage fixes.