summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2009-01-06abuild: version 1.1.1v1.1.1Natanael Copa1-1/+1
2009-01-06buildrepo: fixed evil bugNatanael Copa1-2/+0
2009-01-06buildrepo: new filev1.1Natanael Copa1-0/+80
2009-01-06abuild: version 1.1Natanael Copa1-1/+1
2009-01-06abuild: read version from abuild. install buildrepoNatanael Copa1-3/+3
2009-01-06abuild: -k option for keeping built packagesNatanael Copa1-2/+8
2009-01-06mkiso: check timestamps on initramfs and modloopNatanael Copa1-4/+19
this avoids rebuilding those unless its needed
2009-01-05version 1.0v1.0Natanael Copa1-1/+1
2009-01-05abuild: try break circular dependenciesNatanael Copa1-0/+5
2009-01-05abuild: do ont compress info and manpagesNatanael Copa1-3/+3
it was a bad idea since it messes up symlinks
2009-01-04abuild: reworked dependency handlingNatanael Copa1-33/+91
- Added option -i, to install a given build target after successful build. - Parse all APKBUILDs and use awk to calculate a dependency graph. Then build the package and use -i to install the needed dependency. - Uninstall all build dependencies after package is built (unless -i given) - Automatically add binutils gcc make patch uclibc-dev as deps
2009-01-03abuild: move functions to a shared libNatanael Copa3-35/+52
2009-01-03abuild: implemented listpkg and cleanoldpkgNatanael Copa1-0/+23
2009-01-02mkinitram: sata needs acpi module dock.koNatanael Copa1-1/+1
2009-01-02mkiso: misc boot fixesNatanael Copa1-3/+3
- set boot prompt timeout to 2 sec - remove unused boot parameter - move test.gz to /boot subdir