summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-06-04release 1.15.1v1.15.1Natanael Copa1-1/+1
2009-06-03Makefile: use ~/.cache/apks as default apk cacheNatanael Copa1-1/+1
2009-06-03abuild: up2date handle apkcache properlyNatanael Copa1-8/+26
abuild will not consider package up2date unless apk cache is up2date
2009-06-03abuild: warn if g++ is in makedepends. fix for dynamic depsNatanael Copa1-2/+4
2009-06-03abuild: fix for detecting self-provided dependenciesNatanael Copa1-1/+1
2009-06-03release: 1.15v1.15Natanael Copa1-1/+1
with support for dynamic dependencies
2009-06-03abuild: bugfix: find deps in subpackages and fail if deps not foundNatanael Copa1-12/+11
2009-06-03abuild: initial support for autodetection of dependenciesNatanael Copa1-1/+53
2009-06-03alpine.mk: configureable free space on usb imageNatanael Copa1-1/+2
use USBIMG_FREE to set how many kB you want to have as free space on usb image.
2009-06-03alpine.mk: make usb image creation less verboseNatanael Copa1-8/+9
2009-06-03alpine.mk: target for .img symlinkNatanael Copa1-0/+3
2009-06-03abuild: rename abuildrepo to apkcacheNatanael Copa1-16/+16
2009-06-03abuild: add configurable apk cacheNatanael Copa2-5/+7
2009-06-03abuild: use build-base meta package as hard makedependsNatanael Copa1-1/+1
2009-06-03alpine.mk: use /dev/usbdisk rather than /dev/sda1 for usb imagesNatanael Copa1-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.
2009-06-03alpine.mk: include the dependencies in the APK_INDEXNatanael Copa1-1/+1
The APK_FILES does not contain the dependencies for the wanted packages so we cannot use this variable when generating the index.
2009-06-03abuild: pull in makedepends by using virtual packages in abuildrepoNatanael Copa1-10/+14
Basicly, let apk-tools deal with the dependencies rather than let abuild do it
2009-06-03alpine.mk: wait with calculating dir size til the dir is filled upNatanael Copa1-1/+1
2009-06-03alpine.mk remove unused varsNatanael Copa1-3/+2
2009-06-02alpine.mk: build iso from binary packages in system repositoryNatanael Copa1-59/+23
This is so you can build the iso image without having the aports tree.
2009-05-27alpine.mk: use apk fetch to build apk repositoryNatanael Copa1-15/+36
2009-05-25alpine.mk: maketarget for usb imagesNatanael Copa1-3/+27
2009-05-14abuild: use apk index -d to update the abuildrepo indexNatanael Copa1-10/+34
2009-05-13initfs: add floppy kernel moduleNatanael Copa1-1/+1
fixes #28
2009-05-08abuild: create symlink to package in tmprepoNatanael Copa1-4/+19
The tmprepo is a temporary repository used by abuild to handle the dependencies of the newly built packages.
2009-05-08abuild: rename pkgdirbase to pkgbasedirNatanael Copa1-5/+5
2009-05-08abuild: create .provides-so file in package dirNatanael Copa1-1/+3
This will later be used to figure out the dynamic dependencies.
2009-05-08abuild: prepare pkg dirs/meta files and create packages separately. ↵Natanael Copa1-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.
2009-05-08use .in files for scriptsNatanael Copa5-25/+75
2009-05-08abuild: move the pkgdir to pkg/<name>Natanael Copa1-2/+3
where <pkg> is package/subpackage name
2009-05-06alpine.mk: build initramfs image with mkinitfsNatanael Copa1-77/+5
2009-04-16alpine.mk: add iscsi kernel module to modloopNatanael Copa1-1/+3
2009-04-16initram: unpack apkovl with --numeric-ownerNatanael Copa1-3/+3
fixes #23
2009-04-16initram: try continue boot after emergency shell exitNatanael Copa1-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.
2009-04-15initram: version 1.1Natanael Copa1-1/+1
2009-04-15initram: beep before prompting for passwordNatanael Copa1-1/+2
2009-04-15initram: support for encrypted apkovlsNatanael Copa1-2/+30
2009-04-15initram: find all repos in 2 dir levels on boot mediaNatanael Copa1-4/+5
2009-04-13added utility to compare packages versions on iso imagesNatanael Copa1-0/+80
2009-04-13alpine.mk: include dahdilinux on the modloopNatanael Copa1-2/+3
set default packages dir to ~/packages
2009-04-08abuild: reset $install for sub packagesNatanael Copa1-1/+2
fixes #22
2009-04-02abuild: version 1.14v1.14Natanael Copa1-1/+1
2009-04-02abuild: filter out conflicts when building dependenciesNatanael Copa1-1/+9
2009-04-02initram: ignore non-repositories in packages/ subdirNatanael Copa1-2/+2
2009-04-01abuild: added feature to (un)install all build dependencies in one shotNatanael Copa1-0/+10
2009-04-01release 1.13v1.13Natanael Copa1-1/+1
2009-04-01abuild: include gtk-doc in the -doc subpackageNatanael Copa1-1/+1
2009-03-27initram: wait for usbdisk to settleNatanael Copa1-2/+9
2009-03-27alpine.mk: iso load usb-storage, sha1 targetNatanael Copa1-2/+14
2009-03-27Makefile: fix typoNatanael Copa1-1/+1