Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | initramfs: use default tmpfs size for rootv1.7 | Natanael Copa | 2009-02-02 | 1 | -1/+6 |
| | | | | set default repositories | ||||
* | abuild: make licenses a part of -doc packages | Natanael Copa | 2009-01-30 | 1 | -1/+1 |
| | |||||
* | abuild.conf: added PACKAGER | Natanael Copa | 2009-01-29 | 1 | -0/+4 |
| | |||||
* | abuild: support for creation of new APKBUILD from template | Natanael Copa | 2009-01-29 | 6 | -9/+134 |
| | | | | | | 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. | ||||
* | alpine.mk, initramfs: show alpine release | Natanael Copa | 2009-01-28 | 2 | -4/+17 |
| | | | | | Read the version from .alpine-release on media. Also display the init script version. | ||||
* | alpine.mk: allow users to override configs in alpine.conf.mk | Natanael Copa | 2009-01-28 | 1 | -0/+2 |
| | |||||
* | initramfs-init: mount new root before apkovl is extracted | Natanael Copa | 2009-01-28 | 1 | -1/+4 |
| | | | | also create the symlink for kernel modules | ||||
* | devbuild: use new style of 'abuild checksum' | Natanael Copa | 2009-01-28 | 1 | -1/+1 |
| | |||||
* | release 1.6v1.6 | Natanael Copa | 2009-01-26 | 1 | -1/+1 |
| | |||||
* | Revert "abuild: whitespace fix" | Natanael Copa | 2009-01-26 | 1 | -3/+0 |
| | | | | | | | | This reverts commit fe7da984ae90d48941aefdb775808f4a09c3c5d1. Conflicts: abuild | ||||
* | abuild: style fixes | Natanael Copa | 2009-01-26 | 2 | -9/+9 |
| | |||||
* | abuild: display error for unsupported archives | Natanael Copa | 2009-01-26 | 1 | -0/+3 |
| | |||||
* | abuild: whitespace fix | Natanael Copa | 2009-01-26 | 1 | -3/+3 |
| | |||||
* | core/abuild: add zip archive support | Carlo Landmeter | 2009-01-26 | 1 | -0/+3 |
| | |||||
* | release 1.5.1v1.5.1 | Natanael Copa | 2009-01-26 | 1 | -1/+1 |
| | |||||
* | abuild: make color work again | Natanael Copa | 2009-01-26 | 1 | -14/+13 |
| | | | | by sourcing the functions.sh after abuild.conf | ||||
* | added TODO file | Natanael Copa | 2009-01-23 | 1 | -0/+16 |
| | |||||
* | release 1.5v1.5 | Natanael Copa | 2009-01-23 | 1 | -1/+1 |
| | |||||
* | mkalpine: install missing apps to build iso | Natanael Copa | 2009-01-23 | 1 | -0/+22 |
| | | | | I'm not sure if we really want this | ||||
* | alpine.mk: create the missing /etc dir | Natanael Copa | 2009-01-23 | 1 | -0/+1 |
| | |||||
* | abuild: checksum modifies the APKBUILD directly | Natanael Copa | 2009-01-23 | 1 | -2/+5 |
| | |||||
* | initramfs: remove debug shell | Natanael Copa | 2009-01-23 | 1 | -1/+0 |
| | |||||
* | alpine.mk: the iso needs floppy driver | Natanael Copa | 2009-01-23 | 1 | -0/+1 |
| | |||||
* | abuild: added REPODEST | Natanael Copa | 2009-01-22 | 3 | -6/+16 |
| | | | | | This will let user specify a directory where the repositories are. Setting REPODEST will override PKGDEST. | ||||
* | buildrepo: dont rebuild packages unless pkgver/pkgrel change | Natanael Copa | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | abuild: | Natanael Copa | 2009-01-20 | 1 | -4/+28 |
| | | | | | | | | | | | try deal with dependencies for makedepends Example. foo-dev is a makedepends which depends on foo. We need to install foo before we can install foo-dev. The way we deal with thi here is hackish and should be replaced by adding all built packages to an abuild repository or similar. | ||||
* | APKBUILD.proto: minor fixes | Natanael Copa | 2009-01-20 | 1 | -3/+8 |
| | |||||
* | Makefile: install abuild.conf if DESTDIR is set | Natanael Copa | 2009-01-19 | 1 | -1/+1 |
| | |||||
* | release 1.4.1v1.4.1 | Natanael Copa | 2009-01-18 | 1 | -1/+1 |
| | |||||
* | abuild: apk add support -u again | Natanael Copa | 2009-01-18 | 1 | -1/+1 |
| | |||||
* | abuild: allow help (-h) even if there is no APKBUILD | Natanael Copa | 2009-01-17 | 1 | -6/+5 |
| | |||||
* | release 1.4v1.4 | Natanael Copa | 2009-01-17 | 1 | -1/+1 |
| | |||||
* | buildrepo: added -r option to specify dependency repos | Natanael Copa | 2009-01-17 | 1 | -3/+12 |
| | | | | | the dependency repo tells apk index that dependencies are found in another repository. | ||||
* | abuild: abort build if md5 check fails | Natanael Copa | 2009-01-17 | 1 | -2/+2 |
| | |||||
* | abuild: use new apk-tools (2.x)v1.3 | Natanael Copa | 2009-01-15 | 1 | -5/+5 |
| | |||||
* | add a .devbuildrc for abuild subproject itself | Natanael Copa | 2009-01-15 | 1 | -0/+2 |
| | | | | now its possible to build alpine iso with uncommitted developer abuild apk. | ||||
* | devbuild: use .devbuildrc rather than devbuild.conf | Natanael Copa | 2009-01-15 | 1 | -3/+3 |
| | |||||
* | devbuild: new helper script, fix makefile | Natanael Copa | 2009-01-15 | 2 | -6/+71 |
| | | | | | | | 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 | ||||
* | alpine.mk: make clean | Natanael Copa | 2009-01-15 | 1 | -2/+4 |
| | |||||
* | initramfs-init: use new apk option --initdb | Natanael Copa | 2009-01-15 | 1 | -2/+2 |
| | |||||
* | rename mkiso to mkalpine | Natanael Copa | 2009-01-15 | 2 | -3/+9 |
| | | | | this is just a wrapper script. the real stuff happens in alpine.mk | ||||
* | initramfs-init: extract apkovl | Natanael Copa | 2009-01-13 | 3 | -71/+53 |
| | | | | also link mkiso to use the makefile | ||||
* | abuild: consider all subdirs named 'include' belong to -dev | Natanael Copa | 2009-01-11 | 1 | -3/+5 |
| | |||||
* | abuild: version 1.2v1.2 | Natanael Copa | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | abuild: fix bug in dev() | Natanael Copa | 2009-01-09 | 1 | -0/+1 |
| | |||||
* | abuild: unpack does md5check. we dont need do it twice | Natanael Copa | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | initramfs: some spell checking on init script | Timo Teras | 2009-01-08 | 1 | -2/+2 |
| | |||||
* | initramfs: use apk's progress bar feature | Timo Teras | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | abuild: strip files in all subdirs | Natanael Copa | 2009-01-07 | 1 | -2/+2 |
| | |||||
* | Makefile: do not overwrite abuild.conf if it exist | Natanael Copa | 2009-01-07 | 1 | -1/+3 |
| |