summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* APKBUILD.proto: minor fixesNatanael Copa2009-01-201-3/+8
|
* Makefile: install abuild.conf if DESTDIR is setNatanael Copa2009-01-191-1/+1
|
* release 1.4.1v1.4.1Natanael Copa2009-01-181-1/+1
|
* abuild: apk add support -u againNatanael Copa2009-01-181-1/+1
|
* abuild: allow help (-h) even if there is no APKBUILDNatanael Copa2009-01-171-6/+5
|
* release 1.4v1.4Natanael Copa2009-01-171-1/+1
|
* buildrepo: added -r option to specify dependency reposNatanael Copa2009-01-171-3/+12
| | | | | the dependency repo tells apk index that dependencies are found in another repository.
* abuild: abort build if md5 check failsNatanael Copa2009-01-171-2/+2
|
* abuild: use new apk-tools (2.x)v1.3Natanael Copa2009-01-151-5/+5
|
* add a .devbuildrc for abuild subproject itselfNatanael Copa2009-01-151-0/+2
| | | | now its possible to build alpine iso with uncommitted developer abuild apk.
* devbuild: use .devbuildrc rather than devbuild.confNatanael Copa2009-01-151-3/+3
|
* devbuild: new helper script, fix makefileNatanael Copa2009-01-152-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 cleanNatanael Copa2009-01-151-2/+4
|
* initramfs-init: use new apk option --initdbNatanael Copa2009-01-151-2/+2
|
* rename mkiso to mkalpineNatanael Copa2009-01-152-3/+9
| | | | this is just a wrapper script. the real stuff happens in alpine.mk
* initramfs-init: extract apkovlNatanael Copa2009-01-133-71/+53
| | | | also link mkiso to use the makefile