summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add support for slipstreaming apkovl.William Pitcock2011-03-141-3/+15
|
* supporrt for builind iso's with serial. fix edge snapshot versionNatanael Copa2011-03-031-6/+9
|
* minor fix for make edge targetNatanael Copa2010-12-031-3/+7
| | | | We want create the 'current' file if does not exist
* add vserver target, support ext2, ext4 and virtio by defaultNatanael Copa2010-07-211-1/+4
|
* do not build xdelta and pkgdiff if previous iso is missingNatanael Copa2010-06-221-0/+3
|
* fix building releasesNatanael Copa2010-06-081-2/+2
|
* Revert "Support booting on Xen (using pygrub)"Natanael Copa2010-06-081-23/+4
| | | | | | This reverts commit 95657b6c802e59496da1d70b188d1378e729de98. it broke building releases
* fix the previous mergeNatanael Copa2010-06-081-3/+1
|
* Merge remote branch 'sdrik/master'Natanael Copa2010-06-021-52/+97
|\ | | | | | | | | Conflicts: Makefile
| * Makefile: fix typoCedric Schieli2010-04-151-1/+1
| |
| * Makefile: use APK_KEYS to override keyring locationCedric Schieli2010-04-151-2/+3
| |
| * Support booting on Xen (using pygrub)Cedric Schieli2010-04-151-4/+23
| |
| * 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
| |
* | support for cdrom on scsi busNatanael Copa2010-04-291-1/+1
|/
* per profile releaseNatanael Copa2010-03-041-2/+3
|
* targets to create all releases in one shotNatanael Copa2010-03-041-3/+45
|
* alpine-mini: add wifi tools, firmware and opensslalpine-isoNatanael Copa2010-03-041-62/+279
|
* release 2.1Natanael Copa2009-12-301-1/+1
|
* release 2.0.1Natanael Copa2009-11-021-1/+1
|
* release 2.0Natanael Copa2009-10-251-1/+1
|
* abuild: fix so APKBUILD env var works properlyNatanael Copa2009-10-241-0/+3
| | | | | | 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)
* newapkbuild: move code from abuild to new scriptNatanael Copa2009-10-241-1/+2
| | | | | try keep code in abuild cleaner by moving out creation of new apkbuild to separate script.
* release 2.0_rc9Natanael Copa2009-09-031-1/+1
|
* release 2.0_rc8Natanael Copa2009-08-211-1/+1
|
* release 2.0_rc7Natanael Copa2009-08-171-1/+1
|
* release 2.0_rc6Natanael Copa2009-08-141-1/+1
|
* release 2.0_rc5Natanael Copa2009-08-101-1/+1
|
* release 2.0_rc4Natanael Copa2009-08-031-1/+1
|
* release 2.0_rc3Natanael Copa2009-07-291-1/+1
|
* release 2.0_rc2Natanael Copa2009-07-241-1/+1
|
* release 2.0_rc1Natanael Copa2009-07-241-1/+1
|
* Makefile: install abuild-signNatanael Copa2009-07-231-1/+1
|
* abuild-keygen: new utility to generate keys for signing packagesNatanael Copa2009-07-221-1/+1
|
* Makefile: compile and install abuild-tarNatanael Copa2009-07-201-5/+10
|
* release 1.16Natanael Copa2009-07-131-1/+1
|
* release 1.15.2Natanael Copa2009-06-041-1/+1
|
* release 1.15.1Natanael Copa2009-06-041-1/+1
|
* Makefile: use ~/.cache/apks as default apk cacheNatanael Copa2009-06-031-1/+1
|
* release: 1.15Natanael Copa2009-06-031-1/+1
| | | | with support for dynamic dependencies
* abuild: add configurable apk cacheNatanael Copa2009-06-031-4/+6
|
* use .in files for scriptsNatanael Copa2009-05-081-8/+39
|
* Makefile: fix typoNatanael Copa2009-03-271-1/+1
|
* Makefile: install initramfs-initNatanael Copa2009-03-251-1/+2
|
* abuild: fixes for new install scriptsNatanael Copa2009-03-061-1/+2
|
* abuild: support for creation of new APKBUILD from templateNatanael Copa2009-01-291-3/+4
| | | | | | abuild [-c] -n PKGNAME[-PKGVER] creates a directory with new APKBUILD. If -c is specified will sample init.d, conf.d and install script be copied as well.
* Makefile: install abuild.conf if DESTDIR is setNatanael Copa2009-01-191-1/+1
|
* devbuild: new helper script, fix makefileNatanael Copa2009-01-151-6/+10
| | | | | | | This script helps developers who works on the alpine subprojects (i.e apk-tools, alpine-baselayout etc) to build a development alpine iso. a new alpine iso using the un-committed local sub
* Makefile: do not overwrite abuild.conf if it existNatanael Copa2009-01-071-1/+3
|