summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-02-05abuild: support for variable optionsNatanael Copa1-1/+16
so far only option avaiable is !strip, which disables stripping of binaries.
2009-02-03abuild: version 1.8v1.8Natanael Copa1-1/+1
2009-02-02abuild: install makedeps from system repo with -r and build with -RNatanael Copa1-14/+31
The -r option will only install deps from system repo and fail if any is missing. The -R option will parse the aports tree and try build the missing packages and then install the newly built package.
2009-02-02abuild: forgot set version to 1.7Natanael Copa1-1/+1
2009-02-02initramfs: use default tmpfs size for rootv1.7Natanael Copa1-1/+6
set default repositories
2009-01-30abuild: make licenses a part of -doc packagesNatanael Copa1-1/+1
2009-01-29abuild.conf: added PACKAGERNatanael Copa1-0/+4
2009-01-29abuild: support for creation of new APKBUILD from templateNatanael Copa6-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-28alpine.mk, initramfs: show alpine releaseNatanael Copa2-4/+17
Read the version from .alpine-release on media. Also display the init script version.
2009-01-28alpine.mk: allow users to override configs in alpine.conf.mkNatanael Copa1-0/+2
2009-01-28initramfs-init: mount new root before apkovl is extractedNatanael Copa1-1/+4
also create the symlink for kernel modules
2009-01-28devbuild: use new style of 'abuild checksum'Natanael Copa1-1/+1
2009-01-26release 1.6v1.6Natanael Copa1-1/+1
2009-01-26Revert "abuild: whitespace fix"Natanael Copa1-3/+0
This reverts commit fe7da984ae90d48941aefdb775808f4a09c3c5d1. Conflicts: abuild
2009-01-26abuild: style fixesNatanael Copa2-9/+9
2009-01-26abuild: display error for unsupported archivesNatanael Copa1-0/+3
2009-01-26abuild: whitespace fixNatanael Copa1-3/+3
2009-01-26core/abuild: add zip archive supportCarlo Landmeter1-0/+3
2009-01-26release 1.5.1v1.5.1Natanael Copa1-1/+1
2009-01-26abuild: make color work againNatanael Copa1-14/+13
by sourcing the functions.sh after abuild.conf
2009-01-23added TODO fileNatanael Copa1-0/+16
2009-01-23release 1.5v1.5Natanael Copa1-1/+1
2009-01-23mkalpine: install missing apps to build isoNatanael Copa1-0/+22
I'm not sure if we really want this
2009-01-23alpine.mk: create the missing /etc dirNatanael Copa1-0/+1
2009-01-23abuild: checksum modifies the APKBUILD directlyNatanael Copa1-2/+5
2009-01-23initramfs: remove debug shellNatanael Copa1-1/+0
2009-01-23alpine.mk: the iso needs floppy driverNatanael Copa1-0/+1
2009-01-22abuild: added REPODESTNatanael Copa3-6/+16
This will let user specify a directory where the repositories are. Setting REPODEST will override PKGDEST.
2009-01-20buildrepo: dont rebuild packages unless pkgver/pkgrel changeNatanael Copa1-1/+1
2009-01-20abuild:Natanael Copa1-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-20APKBUILD.proto: minor fixesNatanael Copa1-3/+8
2009-01-19Makefile: install abuild.conf if DESTDIR is setNatanael Copa1-1/+1
2009-01-18release 1.4.1v1.4.1Natanael Copa1-1/+1
2009-01-18abuild: apk add support -u againNatanael Copa1-1/+1
2009-01-17abuild: allow help (-h) even if there is no APKBUILDNatanael Copa1-6/+5
2009-01-17release 1.4v1.4Natanael Copa1-1/+1
2009-01-17buildrepo: added -r option to specify dependency reposNatanael Copa1-3/+12
the dependency repo tells apk index that dependencies are found in another repository.
2009-01-17abuild: abort build if md5 check failsNatanael Copa1-2/+2
2009-01-15abuild: use new apk-tools (2.x)v1.3Natanael Copa1-5/+5
2009-01-15add a .devbuildrc for abuild subproject itselfNatanael Copa1-0/+2
now its possible to build alpine iso with uncommitted developer abuild apk.
2009-01-15devbuild: use .devbuildrc rather than devbuild.confNatanael Copa1-3/+3
2009-01-15devbuild: new helper script, fix makefileNatanael Copa2-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-15alpine.mk: make cleanNatanael Copa1-2/+4
2009-01-15initramfs-init: use new apk option --initdbNatanael Copa1-2/+2
2009-01-15rename mkiso to mkalpineNatanael Copa2-3/+9
this is just a wrapper script. the real stuff happens in alpine.mk
2009-01-13initramfs-init: extract apkovlNatanael Copa3-71/+53
also link mkiso to use the makefile
2009-01-11abuild: consider all subdirs named 'include' belong to -devNatanael Copa1-3/+5
2009-01-09abuild: version 1.2v1.2Natanael Copa1-1/+1
2009-01-09abuild: fix bug in dev()Natanael Copa1-0/+1
2009-01-08abuild: unpack does md5check. we dont need do it twiceNatanael Copa1-1/+1