Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | make.alpine: makefile to build alpine iso | Timo Teras | 2009-01-07 | 2 | -0/+320 |
| | | | | | tries to get correct dependencies for modloop, initramfs and iso so minimum amount of work is required for rebuild. | ||||
* | abuild: consider all .a .c .h .o files as dev files | Natanael Copa | 2009-01-07 | 1 | -3/+2 |
| | | | | Also any /usr/share/gettext dir. | ||||
* | abuild: added -p/-s option to override PKGDEST/SRCDEST | Natanael Copa | 2009-01-07 | 1 | -6/+10 |
| | |||||
* | Revert "abuild: try break circular dependencies" | Natanael Copa | 2009-01-07 | 1 | -5/+0 |
| | | | | This reverts commit b27a6f47107a848372a9863134e933c6d5ab7598. | ||||
* | APKBUILD.proto: use sourceforge as example for source | Natanael Copa | 2009-01-07 | 1 | -1/+1 |
| | |||||
* | abuild: add depends_{doc,mod,dev} to depends in doc(),mod(),dev() | Natanael Copa | 2009-01-07 | 1 | -3/+3 |
| | |||||
* | abuild: version 1.1.1v1.1.1 | Natanael Copa | 2009-01-06 | 1 | -1/+1 |
| | |||||
* | buildrepo: fixed evil bug | Natanael Copa | 2009-01-06 | 1 | -2/+0 |
| | |||||
* | buildrepo: new filev1.1 | Natanael Copa | 2009-01-06 | 1 | -0/+80 |
| | |||||
* | abuild: version 1.1 | Natanael Copa | 2009-01-06 | 1 | -1/+1 |
| | |||||
* | abuild: read version from abuild. install buildrepo | Natanael Copa | 2009-01-06 | 1 | -3/+3 |
| | |||||
* | abuild: -k option for keeping built packages | Natanael Copa | 2009-01-06 | 1 | -2/+8 |
| | |||||
* | mkiso: check timestamps on initramfs and modloop | Natanael Copa | 2009-01-06 | 1 | -4/+19 |
| | | | | this avoids rebuilding those unless its needed | ||||
* | version 1.0v1.0 | Natanael Copa | 2009-01-05 | 1 | -1/+1 |
| | |||||
* | abuild: try break circular dependencies | Natanael Copa | 2009-01-05 | 1 | -0/+5 |
| | |||||
* | abuild: do ont compress info and manpages | Natanael Copa | 2009-01-05 | 1 | -3/+3 |
| | | | | it was a bad idea since it messes up symlinks | ||||
* | abuild: reworked dependency handling | Natanael Copa | 2009-01-04 | 1 | -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 |