Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-03 | buildrepo: add repository description/version | Natanael Copa | 1 | -1/+3 | |
2009-09-03 | alpine.mk: copy keys from running system | Natanael Copa | 1 | -0/+1 | |
2009-09-03 | alpine.mk: include acct package in initramfs image | Natanael Copa | 1 | -1/+1 | |
2009-09-03 | alpine.mk: make it possible to override mkcramfs with mkfs.cramfs | Natanael Copa | 1 | -1/+2 | |
2009-09-03 | alpine.mk: support build iso from non-alpine environments | Natanael Copa | 1 | -19/+37 | |
Only thing required is a working apk-tools and mkinitfs | |||||
2009-09-02 | packages: include linux headers for running kernel | Natanael Copa | 1 | -1/+2 | |
2009-09-01 | packages: removed unused packages | Natanael Copa | 1 | -4/+0 | |
2009-08-31 | abuild: strip versions from dependencies when building recursively | Natanael Copa | 1 | -1/+5 | |
2009-08-22 | packages: added sfdisk | Natanael Copa | 1 | -0/+1 | |
2009-08-21 | release 2.0_rc8v2.0_rc8 | Natanael Copa | 1 | -1/+1 | |
2009-08-21 | abuild: allow pkgver=volatile | Natanael Copa | 1 | -2/+4 | |
2009-08-21 | abuild: implement pkgusers/pkggroups | Natanael Copa | 1 | -3/+21 | |
2009-08-17 | release 2.0_rc7v2.0_rc7 | Natanael Copa | 1 | -1/+1 | |
2009-08-17 | abuild: no missing dependencies might happen | Natanael Copa | 1 | -1/+1 | |
2009-08-17 | abuild: the -dev pckages should depend on all subpackages | Natanael Copa | 1 | -0/+6 | |
2009-08-17 | Revert "abuild-tar: embed checksum for symlinks" | Natanael Copa | 1 | -29/+11 | |
Tar could not handle the headers. This reverts parts of commit 8b1a53011b3aa56594e785c425b318c21fba8684. Keep the usage fixes. | |||||
2009-08-14 | release 2.0_rc6 | Natanael Copa | 1 | -1/+1 | |
2009-08-14 | abuild: implement triggers | Natanael Copa | 1 | -7/+27 | |
and install scripts should not be in $source | |||||
2009-08-14 | cmp-apks-iso: fix spell error that have been around for ages | Natanael Copa | 1 | -1/+1 | |
2009-08-11 | abuild-tar: embed checksum for symlinks | Timo Teras | 1 | -13/+31 | |
and relocate the place of the symlink in tar header, as symlink use the linkname field. now it's split to devmajor, devminor and padding fields. | |||||
2009-08-10 | release 2.0_rc5v2.0_rc5 | Natanael Copa | 1 | -1/+1 | |
2009-08-10 | abuild, alpine.mk: use --repository instead of --repo | Natanael Copa | 2 | -5/+5 | |
2009-08-08 | packages: added syslogd and doc | Natanael Copa | 1 | -0/+2 | |
we want the sysklogd on the iso | |||||
2009-08-06 | alpine.mk: do not generate usb images for releases | Natanael Copa | 1 | -1/+4 | |
2009-08-06 | alpine.mk: create .boot_repository files in repos | Natanael Copa | 1 | -0/+1 | |
init will only autoadd those when booting | |||||
2009-08-05 | alpine.mk: do not include /lib on iso | Natanael Copa | 1 | -2/+2 | |
2009-08-05 | abuild: initial support for versioned dependencies | Natanael Copa | 1 | -10/+23 | |
2009-08-03 | release 2.0_rc4v2.0_rc4 | Natanael Copa | 1 | -1/+1 | |
2009-08-03 | abuild: implement -d for disable dependency checking | Natanael Copa | 1 | -1/+4 | |
This is needed when bootstrapping the system. | |||||
2009-07-30 | alpine.mk: sign the index on iso | Natanael Copa | 1 | -0/+1 | |
2009-07-29 | abuild: fix for dynamic dependency detection | Natanael Copa | 1 | -1/+1 | |
2009-07-29 | release 2.0_rc3v2.0_rc3 | Natanael Copa | 1 | -1/+1 | |
2009-07-28 | buildrepo: set permissions on APKINDEX.tar.gz - clean up old tmp.* | Natanael Copa | 1 | -0/+2 | |
This solves issues for rsync jobs for mirrors. | |||||
2009-07-27 | alpine.mk: use new index format | Natanael Copa | 1 | -3/+3 | |
2009-07-27 | abuild: make index readable | Natanael Copa | 1 | -0/+1 | |
2009-07-24 | abuild-keygen: append hex timestamp to default key name | Natanael Copa | 1 | -2/+2 | |
2009-07-24 | release 2.0_rc2v2.0_rc2 | Natanael Copa | 1 | -1/+1 | |
2009-07-24 | buildrepo: use new apk index and sign repo | Natanael Copa | 1 | -30/+13 | |
2009-07-24 | release 2.0_rc1v2.0_rc1 | Natanael Copa | 1 | -1/+1 | |
2009-07-24 | abuild: minor bugfix | Natanael Copa | 1 | -1/+2 | |
2009-07-24 | abuild: add pkgconfig to depends if needed. misc fixes | Natanael Copa | 1 | -1/+19 | |
2009-07-23 | abuild: use APKINDEX.tar.gz rather than APK_INDEX.gz | Natanael Copa | 1 | -1/+2 | |
2009-07-23 | abuild: remove broken links in abuild temp repo. sign the control.tar.gz | Natanael Copa | 1 | -5/+11 | |
2009-07-23 | abuild: sign index with abuild-sign | Natanael Copa | 1 | -2/+12 | |
2009-07-23 | Makefile: install abuild-sign | Natanael Copa | 1 | -1/+1 | |
2009-07-23 | abuild-sign: use mktemp for temp files. add -q option for quiet | Natanael Copa | 1 | -9/+17 | |
2009-07-23 | abuild-keygen: use -a to add the needed config setting | Natanael Copa | 1 | -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-22 | abuild-sign: initial commit | Natanael Copa | 1 | -0/+80 | |
we can only sign indexes so far | |||||
2009-07-22 | abuild-keygen: support for -i to install pubkey to /etc/apk/keys | Natanael Copa | 1 | -4/+32 | |
2009-07-22 | abuild-keygen: new utility to generate keys for signing packages | Natanael Copa | 2 | -1/+66 | |