aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge remote branch 'sdrik/master'Natanael Copa2010-06-023-53/+100
|\ | | | | | | | | Conflicts: Makefile
| * Makefile: fix typoCedric Schieli2010-04-151-1/+1
| |
| * Makefile: use APK_KEYS to override keyring locationCedric Schieli2010-04-151-2/+3
| |
| * Add xe-guest-utilities to alpine profileCedric Schieli2010-04-151-0/+1
| |
| * Support booting on Xen (using pygrub)Cedric Schieli2010-04-152-5/+25
| |
| * Makefile: allow multiple kernel on isoCedric Schieli2010-04-111-48/+70
| |
* | Makefile: added edge targetNatanael Copa2010-06-021-0/+2
| |
* | Only release alpine, alpine-mini and alpine-vserver by defaultNatanael Copa2010-06-011-4/+3
| |
* | alpine-vserver: added iproute2Natanael Copa2010-05-261-0/+1
| |
* | release 1.10.3Natanael Copa2010-05-072-2/+2
| |
* | release 1.10.2Natanael Copa2010-04-294-2/+12
| |
* | support for cdrom on scsi busNatanael Copa2010-04-291-1/+1
| |
* | include sfdisk for alpine-vserverNatanael Copa2010-03-231-0/+1
|/ | | | fixes #336
* mklatest.sh: combine dir and nameNatanael Copa2010-03-181-1/+1
|
* mklatest.sh: fixed typoNatanael Copa2010-03-181-1/+1
|
* mklatest.sh: script to generate info about latest release for mirrorsNatanael Copa2010-03-181-0/+17
|
* release 1.10.1Natanael Copa2010-03-162-2/+2
|
* per profile releaseNatanael Copa2010-03-041-2/+3
|
* targets to create all releases in one shotNatanael Copa2010-03-047-8/+50
|
* alpine 1.10.0 releasesNatanael Copa2010-03-045-0/+29
|
* alpine-mini: add wifi tools, firmware and opensslalpine-isoNatanael Copa2010-03-0424-3085/+283
|
* abuild: wait 30 seconds for apk lockfile. improve error reportingNatanael Copa2010-03-021-2/+10
|
* alpine.packages: added igmpproxyNatanael Copa2010-02-151-0/+1
|
* tune package listNatanael Copa2010-02-031-154/+2
| | | | basically remove dev packages
* abuild.conf: added JOBS variableNatanael Copa2010-01-071-1/+2
| | | | makes it easier to support parallel builds on non gnu make system
* release 2.1Natanael Copa2009-12-301-1/+1
|
* sample: use lowercase in init.d/conf.d sample filesNatanael Copa2009-12-302-22/+12
|
* sample: use separate package()Natanael Copa2009-12-301-4/+14
|
* abuild: dont check version number if nodeps is specifiedNatanael Copa2009-12-161-1/+1
| | | | | This option is normally used for bootstrapping a build env. Chances are big that apk-tools is not around.
* 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.