summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2009-01-08initramfs: some spell checking on init scriptTimo Teras1-2/+2
2009-01-08initramfs: use apk's progress bar featureTimo Teras1-1/+1
2009-01-07abuild: strip files in all subdirsNatanael Copa1-2/+2
2009-01-07Makefile: do not overwrite abuild.conf if it existNatanael Copa1-1/+3
2009-01-07make.alpine: makefile to build alpine isoTimo Teras2-0/+320
tries to get correct dependencies for modloop, initramfs and iso so minimum amount of work is required for rebuild.
2009-01-07abuild: consider all .a .c .h .o files as dev filesNatanael Copa1-3/+2
Also any /usr/share/gettext dir.
2009-01-07abuild: added -p/-s option to override PKGDEST/SRCDESTNatanael Copa1-6/+10
2009-01-07Revert "abuild: try break circular dependencies"Natanael Copa1-5/+0
This reverts commit b27a6f47107a848372a9863134e933c6d5ab7598.
2009-01-07APKBUILD.proto: use sourceforge as example for sourceNatanael Copa1-1/+1
2009-01-07abuild: add depends_{doc,mod,dev} to depends in doc(),mod(),dev()Natanael Copa1-3/+3