summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-07-23Makefile: install abuild-signNatanael Copa1-1/+1
2009-07-23abuild-sign: use mktemp for temp files. add -q option for quietNatanael Copa1-9/+17
2009-07-23abuild-keygen: use -a to add the needed config settingNatanael Copa1-3/+20
So basicly, running 'abuild-keygen -a -i' will be all you need to do to be able to use abuild-sign and install the signed packages.
2009-07-22abuild-sign: initial commitNatanael Copa1-0/+80
we can only sign indexes so far
2009-07-22abuild-keygen: support for -i to install pubkey to /etc/apk/keysNatanael Copa1-4/+32
2009-07-22abuild-keygen: new utility to generate keys for signing packagesNatanael Copa2-1/+66
2009-07-21abuild-tar: fix total counter for spliceNatanael Copa1-0/+1
2009-07-21abuild-tar: fix splice argumentsTimo Teras1-1/+1
2009-07-21abuild-tar: fix help messageTimo Teras1-2/+2
2009-07-20abuild-tar: fix for full_read(), full_write()Natanael Copa1-0/+2
2009-07-20abuild: initial support for new apk formatNatanael Copa1-44/+39
2009-07-20Makefile: compile and install abuild-tarNatanael Copa1-5/+10
2009-07-20added razor to default pacakge listNatanael Copa1-0/+1
2009-07-20alpine.mk: use mtools to grate usb imageNatanael Copa1-3/+5
2009-07-20alpine.mk: remove unused files. make sure alpine-relase is on imgNatanael Copa1-3/+3
2009-07-20core/abuild: fix options order to apk addNatanael Copa1-1/+1
2009-07-20abuild-tar: rename cutting option to --cut, full_{read,write,splice}Timo Teras1-11/+72
2009-07-16abuild-tar: new utility to mangle tar filesTimo Teras1-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
2009-07-13release 1.16v1.16Natanael Copa1-1/+1
2009-07-13abuild: upgrade dependencies when building recursiveNatanael Copa1-2/+2
2009-07-06packages: add alpine-sdk againNatanael Copa1-0/+1
2009-07-06alpine.mk: find correct kernel packages. fix apk fetchNatanael Copa1-19/+22
2009-07-01sample.* adjust more samples a bitNatanael Copa2-5/+3
2009-07-01sample.APKBUILD: add more commentsNatanael Copa1-2/+7
2009-06-18packages: add amavis and spamassassinNatanael Copa1-1/+5
2009-06-15packages: quote file globsNatanael Copa1-42/+4
2009-06-15alpine.mk: add modloop modules as boot paramNatanael Copa1-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.
2009-06-12packages: add all alpine-* packagesNatanael Copa1-3/+1
2009-06-09abuild: use apk version --check to verify the pkgverNatanael Copa1-2/+2
2009-06-05alpine.mk: added file with default packages for releasesNatanael Copa1-0/+503
2009-06-04release 1.15.2v1.15.2Natanael Copa1-1/+1
2009-06-04abuild: force single space be separator when parsing scanelf outputNatanael Copa1-1/+1
otherwise will awk not detect empty fields
2009-06-04alpine.mk: we dont need the MBR from syslinuxNatanael Copa1-2/+1
2009-06-04alpine.mk: do not create a partition on usb imageNatanael Copa1-8/+5
saves us for lots of headache.
2009-06-04buildrepo: check if all files exist before try copy anythingNatanael Copa1-3/+14
seems like copy removes destination if source does not exist so we ended up with a buildrepo that removed all packages
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.