summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* sample.* adjust more samples a bitNatanael Copa2009-07-012-5/+3
|
* sample.APKBUILD: add more commentsNatanael Copa2009-07-011-2/+7
|
* packages: add amavis and spamassassinNatanael Copa2009-06-181-1/+5
|
* packages: quote file globsNatanael Copa2009-06-151-42/+4
|
* alpine.mk: add modloop modules as boot paramNatanael Copa2009-06-151-11/+7
| | | | | the modloop will need loop and cramfs modules. Those are only available in initramfs stage so we must make sure they are properly loaded.
* packages: add all alpine-* packagesNatanael Copa2009-06-121-3/+1
|
* abuild: use apk version --check to verify the pkgverNatanael Copa2009-06-091-2/+2
|
* alpine.mk: added file with default packages for releasesNatanael Copa2009-06-051-0/+503
|
* release 1.15.2Natanael Copa2009-06-041-1/+1
|
* abuild: force single space be separator when parsing scanelf outputNatanael Copa2009-06-041-1/+1
| | | | otherwise will awk not detect empty fields
* alpine.mk: we dont need the MBR from syslinuxNatanael Copa2009-06-041-2/+1
|
* alpine.mk: do not create a partition on usb imageNatanael Copa2009-06-041-8/+5
| | | | saves us for lots of headache.
* buildrepo: check if all files exist before try copy anythingNatanael Copa2009-06-041-3/+14
| | | | | seems like copy removes destination if source does not exist so we ended up with a buildrepo that removed all packages
* release 1.15.1Natanael Copa2009-06-041-1/+1
|
* Makefile: use ~/.cache/apks as default apk cacheNatanael Copa2009-06-031-1/+1
|
* abuild: up2date handle apkcache properlyNatanael Copa2009-06-031-8/+26
| | | | abuild will not consider package up2date unless apk cache is up2date
* abuild: warn if g++ is in makedepends. fix for dynamic depsNatanael Copa2009-06-031-2/+4
|
* abuild: fix for detecting self-provided dependenciesNatanael Copa2009-06-031-1/+1
|
* release: 1.15Natanael Copa2009-06-031-1/+1
| | | | with support for dynamic dependencies
* abuild: bugfix: find deps in subpackages and fail if deps not foundNatanael Copa2009-06-031-12/+11
|
* abuild: initial support for autodetection of dependenciesNatanael Copa2009-06-031-1/+53
|
* alpine.mk: configureable free space on usb imageNatanael Copa2009-06-031-1/+2
| | | | | use USBIMG_FREE to set how many kB you want to have as free space on usb image.
* alpine.mk: make usb image creation less verboseNatanael Copa2009-06-031-8/+9
|
* alpine.mk: target for .img symlinkNatanael Copa2009-06-031-0/+3
|
* abuild: rename abuildrepo to apkcacheNatanael Copa2009-06-031-16/+16
|
* abuild: add configurable apk cacheNatanael Copa2009-06-032-5/+7
|
* abuild: use build-base meta package as hard makedependsNatanael Copa2009-06-031-1/+1
|
* alpine.mk: use /dev/usbdisk rather than /dev/sda1 for usb imagesNatanael Copa2009-06-031-1/+1
| | | | | The sda1 might be a sata or scsi harddisk so usb image might be sdb1 or sdc1. The /dev/usbdisk link will always point to the first usb disk.
* alpine.mk: include the dependencies in the APK_INDEXNatanael Copa2009-06-031-1/+1
| | | | | The APK_FILES does not contain the dependencies for the wanted packages so we cannot use this variable when generating the index.
* abuild: pull in makedepends by using virtual packages in abuildrepoNatanael Copa2009-06-031-10/+14
| | | | Basicly, let apk-tools deal with the dependencies rather than let abuild do it
* alpine.mk: wait with calculating dir size til the dir is filled upNatanael Copa2009-06-031-1/+1
|
* alpine.mk remove unused varsNatanael Copa2009-06-031-3/+2
|
* alpine.mk: build iso from binary packages in system repositoryNatanael Copa2009-06-021-59/+23
| | | | This is so you can build the iso image without having the aports tree.
* alpine.mk: use apk fetch to build apk repositoryNatanael Copa2009-05-271-15/+36
|
* alpine.mk: maketarget for usb imagesNatanael Copa2009-05-251-3/+27
|
* abuild: use apk index -d to update the abuildrepo indexNatanael Copa2009-05-141-10/+34
|
* initfs: add floppy kernel moduleNatanael Copa2009-05-131-1/+1
| | | | fixes #28
* abuild: create symlink to package in tmprepoNatanael Copa2009-05-081-4/+19
| | | | | The tmprepo is a temporary repository used by abuild to handle the dependencies of the newly built packages.
* abuild: rename pkgdirbase to pkgbasedirNatanael Copa2009-05-081-5/+5
|
* abuild: create .provides-so file in package dirNatanael Copa2009-05-081-1/+3
| | | | This will later be used to figure out the dynamic dependencies.
* abuild: prepare pkg dirs/meta files and create packages separately. ↵Natanael Copa2009-05-081-14/+34
| | | | | | | | | | | Dependency speedup. Run all subpackage functions and prepare the dirs first and create the package itself later on. This will make it possible to automatically trace the dependencies. Also, speed up the detection of which makedeps are installed and which needs to be built/installed. this requires apk-tools_pre11.
* use .in files for scriptsNatanael Copa2009-05-085-25/+75
|
* abuild: move the pkgdir to pkg/<name>Natanael Copa2009-05-081-2/+3
| | | | where <pkg> is package/subpackage name
* alpine.mk: build initramfs image with mkinitfsNatanael Copa2009-05-061-77/+5
|
* alpine.mk: add iscsi kernel module to modloopNatanael Copa2009-04-161-1/+3
|
* initram: unpack apkovl with --numeric-ownerNatanael Copa2009-04-161-3/+3
| | | | fixes #23
* initram: try continue boot after emergency shell exitNatanael Copa2009-04-161-2/+2
| | | | | | sometimes it is possible to manually fix the problem, for example mount the alpine device manually after modprobing the correct modules. Then it makes sense to continue boot rather than just die.
* initram: version 1.1Natanael Copa2009-04-151-1/+1
|
* initram: beep before prompting for passwordNatanael Copa2009-04-151-1/+2
|
* initram: support for encrypted apkovlsNatanael Copa2009-04-151-2/+30
|