summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* abuild-sign: initial commitNatanael Copa2009-07-221-0/+80
| | | | we can only sign indexes so far
* abuild-keygen: support for -i to install pubkey to /etc/apk/keysNatanael Copa2009-07-221-4/+32
|
* abuild-keygen: new utility to generate keys for signing packagesNatanael Copa2009-07-222-1/+66
|
* abuild-tar: fix total counter for spliceNatanael Copa2009-07-211-0/+1
|
* abuild-tar: fix splice argumentsTimo Teras2009-07-211-1/+1
|
* abuild-tar: fix help messageTimo Teras2009-07-211-2/+2
|
* abuild-tar: fix for full_read(), full_write()Natanael Copa2009-07-201-0/+2
|
* abuild: initial support for new apk formatNatanael Copa2009-07-201-44/+39
|
* Makefile: compile and install abuild-tarNatanael Copa2009-07-201-5/+10
|
* added razor to default pacakge listNatanael Copa2009-07-201-0/+1
|
* alpine.mk: use mtools to grate usb imageNatanael Copa2009-07-201-3/+5
|
* alpine.mk: remove unused files. make sure alpine-relase is on imgNatanael Copa2009-07-201-3/+3
|
* core/abuild: fix options order to apk addNatanael Copa2009-07-201-1/+1
|
* abuild-tar: rename cutting option to --cut, full_{read,write,splice}Timo Teras2009-07-201-11/+72
|
* abuild-tar: new utility to mangle tar filesTimo Teras2009-07-161-0/+213
| | | | | | | - ability to embed an checksum inside the tar header for regular files (to avoid checksumming at apk installation time) - way to remove the end-of-archive marker to create concenatable .tar.gz:s for signed apks
* release 1.16v1.16Natanael Copa2009-07-131-1/+1
|
* abuild: upgrade dependencies when building recursiveNatanael Copa2009-07-131-2/+2
|
* packages: add alpine-sdk againNatanael Copa2009-07-061-0/+1
|
* alpine.mk: find correct kernel packages. fix apk fetchNatanael Copa2009-07-061-19/+22
|
* 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.2v1.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.1v1.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.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
|