summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-02-18initram: allow user o specify filesystem in alpine_dev boot paramNatanael Copa1-1/+9
2009-02-18alpine.mk: add arch to iso name. use syslinux apk. find package in any repoNatanael Copa1-12/+19
2009-02-17buildrepo: purge old pkgs before generate indexNatanael Copa1-3/+6
and generate index if it is missing, even if all packages are up2date.
2009-02-17abuild: do not try build/install dependencies that are provided by selfNatanael Copa1-1/+8
like when main package depends on subpackages
2009-02-12release 1.9v1.9Natanael Copa1-1/+1
2009-02-12alpine.mk: do not create the /apks/ dir for packagesNatanael Copa1-12/+14
2009-02-12alpine.mk/initram: name modloop after kernel flavorNatanael Copa2-7/+10
So we can support multiple kernels in parallel.
2009-02-11alpine.mk: build repositories before building isoNatanael Copa2-21/+42
Use the built repositories as source for the iso components rather than just pick whats in a given dir.
2009-02-11alpine.mk: KERNEL_FLAVOR is the shortname of kernel. add more phony targetsNatanael Copa1-7/+13
2009-02-11alpine.mk: added modloop phony targetNatanael Copa1-0/+1
2009-02-11mkalpine: beep when iso is doneNatanael Copa1-0/+9
2009-02-11initram: Do not echo alpine versionNatanael Copa1-2/+1
alpine-baselayout does it.
2009-02-11buildrepo: copy files from aports if already built.Natanael Copa1-5/+38
and dont build index if its not needed
2009-02-11abuild: auto add bb to deps when install. added -P option.Natanael Copa1-11/+19
-P lets user specify the REPODEST on cmd line
2009-02-11alpine.mk: initial support for other kernel flavorsNatanael Copa1-7/+19
2009-02-08abuild: rename {dev,doc,mod} funcs to default_{dev,doc,mod}Natanael Copa1-3/+15
This allows ABUILDS to call the default_doc func and append stuff missing
2009-02-08abuild: improve sanitycheckNatanael Copa2-8/+23
- check that md5sums correspond to source - warn if maintainer is missing
2009-02-05abuild: support for variable optionsNatanael Copa1-1/+16
so far only option avaiable is !strip, which disables stripping of binaries.
2009-02-03abuild: version 1.8v1.8Natanael Copa1-1/+1
2009-02-02abuild: install makedeps from system repo with -r and build with -RNatanael Copa1-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-02abuild: forgot set version to 1.7Natanael Copa1-1/+1
2009-02-02initramfs: use default tmpfs size for rootv1.7Natanael Copa1-1/+6
set default repositories
2009-01-30abuild: make licenses a part of -doc packagesNatanael Copa1-1/+1
2009-01-29abuild.conf: added PACKAGERNatanael Copa1-0/+4
2009-01-29abuild: support for creation of new APKBUILD from templateNatanael Copa6-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-28alpine.mk, initramfs: show alpine releaseNatanael Copa2-4/+17
Read the version from .alpine-release on media. Also display the init script version.
2009-01-28alpine.mk: allow users to override configs in alpine.conf.mkNatanael Copa1-0/+2
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