summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.15v1.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
|
* initram: find all repos in 2 dir levels on boot mediaNatanael Copa2009-04-151-4/+5
|
* added utility to compare packages versions on iso imagesNatanael Copa2009-04-131-0/+80
|
* alpine.mk: include dahdilinux on the modloopNatanael Copa2009-04-131-2/+3
| | | | set default packages dir to ~/packages
* abuild: reset $install for sub packagesNatanael Copa2009-04-081-1/+2
| | | | fixes #22
* abuild: version 1.14v1.14Natanael Copa2009-04-021-1/+1
|
* abuild: filter out conflicts when building dependenciesNatanael Copa2009-04-021-1/+9
|
* initram: ignore non-repositories in packages/ subdirNatanael Copa2009-04-021-2/+2
|
* abuild: added feature to (un)install all build dependencies in one shotNatanael Copa2009-04-011-0/+10
|
* release 1.13v1.13Natanael Copa2009-04-011-1/+1
|
* abuild: include gtk-doc in the -doc subpackageNatanael Copa2009-04-011-1/+1
|
* initram: wait for usbdisk to settleNatanael Copa2009-03-271-2/+9
|
* alpine.mk: iso load usb-storage, sha1 targetNatanael Copa2009-03-271-2/+14
|
* Makefile: fix typoNatanael Copa2009-03-271-1/+1
|
* abuild: support for conflicts in makedependsNatanael Copa2009-03-261-1/+4
| | | | | | prefix a makedepends with ! and its treated as a conflict. for example: makedepends="zlib-dev !gettext"
* abuild: add support for httpsNatanael Copa2009-03-261-1/+14
| | | | | | check if wget is in makedepends. fixes #11