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