Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2009-01-07 | abuild: added -p/-s option to override PKGDEST/SRCDEST | Natanael Copa | 1 | -6/+10 | |
2009-01-07 | Revert "abuild: try break circular dependencies" | Natanael Copa | 1 | -5/+0 | |
This reverts commit b27a6f47107a848372a9863134e933c6d5ab7598. | |||||
2009-01-07 | APKBUILD.proto: use sourceforge as example for source | Natanael Copa | 1 | -1/+1 | |
2009-01-07 | abuild: add depends_{doc,mod,dev} to depends in doc(),mod(),dev() | Natanael Copa | 1 | -3/+3 | |
2009-01-06 | abuild: version 1.1.1v1.1.1 | Natanael Copa | 1 | -1/+1 | |
2009-01-06 | buildrepo: fixed evil bug | Natanael Copa | 1 | -2/+0 | |
2009-01-06 | buildrepo: new filev1.1 | Natanael Copa | 1 | -0/+80 | |
2009-01-06 | abuild: version 1.1 | Natanael Copa | 1 | -1/+1 | |
2009-01-06 | abuild: read version from abuild. install buildrepo | Natanael Copa | 1 | -3/+3 | |
2009-01-06 | abuild: -k option for keeping built packages | Natanael Copa | 1 | -2/+8 | |
2009-01-06 | mkiso: check timestamps on initramfs and modloop | Natanael Copa | 1 | -4/+19 | |
this avoids rebuilding those unless its needed | |||||
2009-01-05 | version 1.0v1.0 | Natanael Copa | 1 | -1/+1 | |
2009-01-05 | abuild: try break circular dependencies | Natanael Copa | 1 | -0/+5 | |
2009-01-05 | abuild: do ont compress info and manpages | Natanael Copa | 1 | -3/+3 | |
it was a bad idea since it messes up symlinks | |||||
2009-01-04 | abuild: reworked dependency handling | Natanael Copa | 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 | |||||
2009-01-03 | abuild: move functions to a shared lib | Natanael Copa | 3 | -35/+52 | |
2009-01-03 | abuild: implemented listpkg and cleanoldpkg | Natanael Copa | 1 | -0/+23 | |
2009-01-02 | mkinitram: sata needs acpi module dock.ko | Natanael Copa | 1 | -1/+1 | |
2009-01-02 | mkiso: misc boot fixes | Natanael Copa | 1 | -3/+3 | |
- set boot prompt timeout to 2 sec - remove unused boot parameter - move test.gz to /boot subdir | |||||
2009-01-02 | mkmodloop: no firmware. fix path in image | Natanael Copa | 1 | -4/+2 | |
2009-01-02 | mk*: build and include modloop | Natanael Copa | 3 | -16/+84 | |
try also mount modloop during boot and run a second pass hardware detect. | |||||
2009-01-02 | autodetect hardware at boot. quiet kernel | Natanael Copa | 2 | -3/+15 | |
2009-01-02 | added scripts to make alpine bootable | Natanael Copa | 3 | -0/+101 | |
those should probably go to a separate package but I put them here for now | |||||
2008-12-01 | usr/bin/*-config belongs into -dev packages | Natanael Copa | 1 | -2/+5 | |
2008-11-28 | added APKBUILD-svn.proto | Natanael Copa | 1 | -0/+46 | |
2008-11-27 | release 0.9v0.9 | Natanael Copa | 1 | -1/+1 | |
2008-11-27 | remove -fPIC from CFLAGS. added comments for SRC/PKGDEST | Natanael Copa | 1 | -1/+8 | |
2008-11-27 | automatically md5check and fetch | Natanael Copa | 1 | -0/+2 | |
2008-11-25 | strip binaries before creating package | Natanael Copa | 1 | -0/+17 | |
2008-11-25 | implement is_remote(). fix up2date to deal with $SRCDEST properly. | Natanael Copa | 1 | -16/+25 | |
2008-11-25 | mention -u option for mising dep error message | Natanael Copa | 1 | -1/+1 | |
2008-11-25 | just moved the checksum func | Natanael Copa | 1 | -10/+10 | |
2008-11-25 | use abuild_ver instead of myver to avoid clashes in APKBUILDs | Natanael Copa | 1 | -3/+3 | |