summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* initfs: find apkovls on boot mediaNatanael Copa2009-02-191-0/+3
|
* initfs: support for modloop boot optionNatanael Copa2009-02-191-1/+6
|
* alpine.mk: specify the filesystem for cdromNatanael Copa2009-02-181-1/+1
|
* initram: allow user o specify filesystem in alpine_dev boot paramNatanael Copa2009-02-181-1/+9
|
* alpine.mk: add arch to iso name. use syslinux apk. find package in any repoNatanael Copa2009-02-181-12/+19
|
* buildrepo: purge old pkgs before generate indexNatanael Copa2009-02-171-3/+6
| | | | and generate index if it is missing, even if all packages are up2date.
* abuild: do not try build/install dependencies that are provided by selfNatanael Copa2009-02-171-1/+8
| | | | like when main package depends on subpackages
* release 1.9v1.9Natanael Copa2009-02-121-1/+1
|
* alpine.mk: do not create the /apks/ dir for packagesNatanael Copa2009-02-121-12/+14
|
* alpine.mk/initram: name modloop after kernel flavorNatanael Copa2009-02-122-7/+10
| | | | So we can support multiple kernels in parallel.
* alpine.mk: build repositories before building isoNatanael Copa2009-02-112-21/+42
| | | | | Use the built repositories as source for the iso components rather than just pick whats in a given dir.
* alpine.mk: KERNEL_FLAVOR is the shortname of kernel. add more phony targetsNatanael Copa2009-02-111-7/+13
|
* alpine.mk: added modloop phony targetNatanael Copa2009-02-111-0/+1
|
* mkalpine: beep when iso is doneNatanael Copa2009-02-111-0/+9
|
* initram: Do not echo alpine versionNatanael Copa2009-02-111-2/+1
| | | | alpine-baselayout does it.
* buildrepo: copy files from aports if already built.Natanael Copa2009-02-111-5/+38
| | | | and dont build index if its not needed
* abuild: auto add bb to deps when install. added -P option.Natanael Copa2009-02-111-11/+19
| | | | -P lets user specify the REPODEST on cmd line
* alpine.mk: initial support for other kernel flavorsNatanael Copa2009-02-111-7/+19
|
* abuild: rename {dev,doc,mod} funcs to default_{dev,doc,mod}Natanael Copa2009-02-081-3/+15
| | | | This allows ABUILDS to call the default_doc func and append stuff missing
* abuild: improve sanitycheckNatanael Copa2009-02-082-8/+23
| | | | | - check that md5sums correspond to source - warn if maintainer is missing
* abuild: support for variable optionsNatanael Copa2009-02-051-1/+16
| | | | so far only option avaiable is !strip, which disables stripping of binaries.
* abuild: version 1.8v1.8Natanael Copa2009-02-031-1/+1
|
* abuild: install makedeps from system repo with -r and build with -RNatanael Copa2009-02-021-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.
* abuild: forgot set version to 1.7Natanael Copa2009-02-021-1/+1
|
* initramfs: use default tmpfs size for rootv1.7Natanael Copa2009-02-021-1/+6
| | | | set default repositories
* abuild: make licenses a part of -doc packagesNatanael Copa2009-01-301-1/+1
|
* abuild.conf: added PACKAGERNatanael Copa2009-01-291-0/+4
|
* abuild: support for creation of new APKBUILD from templateNatanael Copa2009-01-296-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.
* alpine.mk, initramfs: show alpine releaseNatanael Copa2009-01-282-4/+17
| | | | | Read the version from .alpine-release on media. Also display the init script version.
* alpine.mk: allow users to override configs in alpine.conf.mkNatanael Copa2009-01-281-0/+2
|
* initramfs-init: mount new root before apkovl is extractedNatanael Copa2009-01-281-1/+4
| | | | also create the symlink for kernel modules
* devbuild: use new style of 'abuild checksum'Natanael Copa2009-01-281-1/+1
|
* release 1.6v1.6Natanael Copa2009-01-261-1/+1
|
* Revert "abuild: whitespace fix"Natanael Copa2009-01-261-3/+0
| | | | | | | | This reverts commit fe7da984ae90d48941aefdb775808f4a09c3c5d1. Conflicts: abuild
* abuild: style fixesNatanael Copa2009-01-262-9/+9
|
* abuild: display error for unsupported archivesNatanael Copa2009-01-261-0/+3
|
* abuild: whitespace fixNatanael Copa2009-01-261-3/+3
|
* core/abuild: add zip archive supportCarlo Landmeter2009-01-261-0/+3
|
* release 1.5.1v1.5.1Natanael Copa2009-01-261-1/+1
|
* abuild: make color work againNatanael Copa2009-01-261-14/+13
| | | | by sourcing the functions.sh after abuild.conf
* added TODO fileNatanael Copa2009-01-231-0/+16
|
* release 1.5v1.5Natanael Copa2009-01-231-1/+1
|
* mkalpine: install missing apps to build isoNatanael Copa2009-01-231-0/+22
| | | | I'm not sure if we really want this
* alpine.mk: create the missing /etc dirNatanael Copa2009-01-231-0/+1
|
* abuild: checksum modifies the APKBUILD directlyNatanael Copa2009-01-231-2/+5
|
* initramfs: remove debug shellNatanael Copa2009-01-231-1/+0
|
* alpine.mk: the iso needs floppy driverNatanael Copa2009-01-231-0/+1
|
* abuild: added REPODESTNatanael Copa2009-01-223-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 changeNatanael Copa2009-01-201-1/+1
|
* abuild:Natanael Copa2009-01-201-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.