Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-20 | abuild: dont check md5sum if there are no sources. fix depends_has | Natanael Copa | 1 | -6/+15 | |
2009-02-19 | initfs: find apkovls on boot media | Natanael Copa | 1 | -0/+3 | |
2009-02-19 | initfs: support for modloop boot option | Natanael Copa | 1 | -1/+6 | |
2009-02-18 | alpine.mk: specify the filesystem for cdrom | Natanael Copa | 1 | -1/+1 | |
2009-02-18 | initram: allow user o specify filesystem in alpine_dev boot param | Natanael Copa | 1 | -1/+9 | |
2009-02-18 | alpine.mk: add arch to iso name. use syslinux apk. find package in any repo | Natanael Copa | 1 | -12/+19 | |
2009-02-17 | buildrepo: purge old pkgs before generate index | Natanael Copa | 1 | -3/+6 | |
and generate index if it is missing, even if all packages are up2date. | |||||
2009-02-17 | abuild: do not try build/install dependencies that are provided by self | Natanael Copa | 1 | -1/+8 | |
like when main package depends on subpackages | |||||
2009-02-12 | release 1.9v1.9 | Natanael Copa | 1 | -1/+1 | |
2009-02-12 | alpine.mk: do not create the /apks/ dir for packages | Natanael Copa | 1 | -12/+14 | |
2009-02-12 | alpine.mk/initram: name modloop after kernel flavor | Natanael Copa | 2 | -7/+10 | |
So we can support multiple kernels in parallel. | |||||
2009-02-11 | alpine.mk: build repositories before building iso | Natanael Copa | 2 | -21/+42 | |
Use the built repositories as source for the iso components rather than just pick whats in a given dir. | |||||
2009-02-11 | alpine.mk: KERNEL_FLAVOR is the shortname of kernel. add more phony targets | Natanael Copa | 1 | -7/+13 | |
2009-02-11 | alpine.mk: added modloop phony target | Natanael Copa | 1 | -0/+1 | |
2009-02-11 | mkalpine: beep when iso is done | Natanael Copa | 1 | -0/+9 | |
2009-02-11 | initram: Do not echo alpine version | Natanael Copa | 1 | -2/+1 | |
alpine-baselayout does it. | |||||
2009-02-11 | buildrepo: copy files from aports if already built. | Natanael Copa | 1 | -5/+38 | |
and dont build index if its not needed | |||||
2009-02-11 | abuild: auto add bb to deps when install. added -P option. | Natanael Copa | 1 | -11/+19 | |
-P lets user specify the REPODEST on cmd line | |||||
2009-02-11 | alpine.mk: initial support for other kernel flavors | Natanael Copa | 1 | -7/+19 | |
2009-02-08 | abuild: rename {dev,doc,mod} funcs to default_{dev,doc,mod} | Natanael Copa | 1 | -3/+15 | |
This allows ABUILDS to call the default_doc func and append stuff missing | |||||
2009-02-08 | abuild: improve sanitycheck | Natanael Copa | 2 | -8/+23 | |
- check that md5sums correspond to source - warn if maintainer is missing | |||||
2009-02-05 | abuild: support for variable options | Natanael Copa | 1 | -1/+16 | |
so far only option avaiable is !strip, which disables stripping of binaries. | |||||
2009-02-03 | abuild: version 1.8v1.8 | Natanael Copa | 1 | -1/+1 | |
2009-02-02 | abuild: install makedeps from system repo with -r and build with -R | Natanael Copa | 1 | -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-02 | abuild: forgot set version to 1.7 | Natanael Copa | 1 | -1/+1 | |
2009-02-02 | initramfs: use default tmpfs size for rootv1.7 | Natanael Copa | 1 | -1/+6 | |
set default repositories | |||||
2009-01-30 | abuild: make licenses a part of -doc packages | Natanael Copa | 1 | -1/+1 | |
2009-01-29 | abuild.conf: added PACKAGER | Natanael Copa | 1 | -0/+4 | |
2009-01-29 | abuild: support for creation of new APKBUILD from template | Natanael Copa | 6 | -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-28 | alpine.mk, initramfs: show alpine release | Natanael Copa | 2 | -4/+17 | |
Read the version from .alpine-release on media. Also display the init script version. | |||||
2009-01-28 | alpine.mk: allow users to override configs in alpine.conf.mk | Natanael Copa | 1 | -0/+2 | |
2009-01-28 | initramfs-init: mount new root before apkovl is extracted | Natanael Copa | 1 | -1/+4 | |
also create the symlink for kernel modules | |||||
2009-01-28 | devbuild: use new style of 'abuild checksum' | Natanael Copa | 1 | -1/+1 | |
2009-01-26 | release 1.6v1.6 | Natanael Copa | 1 | -1/+1 | |
2009-01-26 | Revert "abuild: whitespace fix" | Natanael Copa | 1 | -3/+0 | |
This reverts commit fe7da984ae90d48941aefdb775808f4a09c3c5d1. Conflicts: abuild | |||||
2009-01-26 | abuild: style fixes | Natanael Copa | 2 | -9/+9 | |
2009-01-26 | abuild: display error for unsupported archives | Natanael Copa | 1 | -0/+3 | |
2009-01-26 | abuild: whitespace fix | Natanael Copa | 1 | -3/+3 | |
2009-01-26 | core/abuild: add zip archive support | Carlo Landmeter | 1 | -0/+3 | |
2009-01-26 | release 1.5.1v1.5.1 | Natanael Copa | 1 | -1/+1 | |
2009-01-26 | abuild: make color work again | Natanael Copa | 1 | -14/+13 | |
by sourcing the functions.sh after abuild.conf | |||||
2009-01-23 | added TODO file | Natanael Copa | 1 | -0/+16 | |
2009-01-23 | release 1.5v1.5 | Natanael Copa | 1 | -1/+1 | |
2009-01-23 | mkalpine: install missing apps to build iso | Natanael Copa | 1 | -0/+22 | |
I'm not sure if we really want this | |||||
2009-01-23 | alpine.mk: create the missing /etc dir | Natanael Copa | 1 | -0/+1 | |
2009-01-23 | abuild: checksum modifies the APKBUILD directly | Natanael Copa | 1 | -2/+5 | |
2009-01-23 | initramfs: remove debug shell | Natanael Copa | 1 | -1/+0 | |
2009-01-23 | alpine.mk: the iso needs floppy driver | Natanael Copa | 1 | -0/+1 | |
2009-01-22 | abuild: added REPODEST | Natanael Copa | 3 | -6/+16 | |
This will let user specify a directory where the repositories are. Setting REPODEST will override PKGDEST. | |||||
2009-01-20 | buildrepo: dont rebuild packages unless pkgver/pkgrel change | Natanael Copa | 1 | -1/+1 | |