Commit Graph

276 Commits

Author SHA1 Message Date
Natanael Copa
9a62271545 abuild-keygen: new utility to generate keys for signing packages 2009-07-22 09:46:24 +00:00
Natanael Copa
3dc07fb7e4 abuild-tar: fix total counter for splice 2009-07-21 09:36:15 +00:00
Timo Teras
43f32cdeef abuild-tar: fix splice arguments 2009-07-21 12:32:25 +03:00
Timo Teras
ed2733c65b abuild-tar: fix help message 2009-07-21 12:30:34 +03:00
Natanael Copa
b6e9ee2474 abuild-tar: fix for full_read(), full_write() 2009-07-20 17:41:04 +00:00
Natanael Copa
be9fa503bc abuild: initial support for new apk format 2009-07-20 14:56:01 +00:00
Natanael Copa
58cb2bc3fb Makefile: compile and install abuild-tar 2009-07-20 14:54:20 +00:00
Natanael Copa
66fdef1a35 added razor to default pacakge list 2009-07-20 12:01:16 +00:00
Natanael Copa
0cd87a99db alpine.mk: use mtools to grate usb image 2009-07-20 12:01:16 +00:00
Natanael Copa
31bea672a2 alpine.mk: remove unused files. make sure alpine-relase is on img 2009-07-20 12:01:16 +00:00
Natanael Copa
bd9f1a415a core/abuild: fix options order to apk add 2009-07-20 12:01:16 +00:00
Timo Teras
bd9be35c92 abuild-tar: rename cutting option to --cut, full_{read,write,splice} 2009-07-20 12:59:31 +03:00
Timo Teras
f22114748d abuild-tar: new utility to mangle tar files
- 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-16 12:03:26 +03:00
Natanael Copa
1448b2926d release 1.16 2009-07-13 11:28:37 +00:00
Natanael Copa
501e5dc8c4 abuild: upgrade dependencies when building recursive 2009-07-13 11:11:15 +00:00
Natanael Copa
e58a533440 packages: add alpine-sdk again 2009-07-06 12:18:16 +00:00
Natanael Copa
548eb8e37f alpine.mk: find correct kernel packages. fix apk fetch 2009-07-06 12:16:14 +00:00
Natanael Copa
91c3cc9bc0 sample.* adjust more samples a bit 2009-07-01 13:20:21 +00:00
Natanael Copa
0bd0949519 sample.APKBUILD: add more comments 2009-07-01 13:17:02 +00:00
Natanael Copa
89580a53d8 packages: add amavis and spamassassin 2009-06-18 09:53:30 +00:00
Natanael Copa
b4a771c683 packages: quote file globs 2009-06-15 08:38:13 +00:00
Natanael Copa
6b68bade82 alpine.mk: add modloop modules as boot param
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-15 06:28:50 +00:00
Natanael Copa
35d759a810 packages: add all alpine-* packages 2009-06-12 16:06:22 +00:00
Natanael Copa
a3dca8d66a abuild: use apk version --check to verify the pkgver 2009-06-09 11:27:42 +00:00
Natanael Copa
482d9bf5af alpine.mk: added file with default packages for releases 2009-06-05 13:57:57 +00:00
Natanael Copa
5e558a5ed4 release 1.15.2 2009-06-04 18:16:23 +00:00
Natanael Copa
99ae7bd9c3 abuild: force single space be separator when parsing scanelf output
otherwise will awk not detect empty fields
2009-06-04 18:14:47 +00:00
Natanael Copa
f05a89deae alpine.mk: we dont need the MBR from syslinux 2009-06-04 14:18:25 +00:00
Natanael Copa
b150602a38 alpine.mk: do not create a partition on usb image
saves us for lots of headache.
2009-06-04 13:05:31 +00:00
Natanael Copa
896c436e14 buildrepo: check if all files exist before try copy anything
seems like copy removes destination if source does not exist so
we ended up with a buildrepo that removed all packages
2009-06-04 12:22:48 +00:00
Natanael Copa
494960f291 release 1.15.1 2009-06-04 07:10:30 +00:00
Natanael Copa
a8cf35b3ea Makefile: use ~/.cache/apks as default apk cache 2009-06-03 21:32:18 +00:00
Natanael Copa
44247711a4 abuild: up2date handle apkcache properly
abuild will not consider package up2date unless apk cache is up2date
2009-06-03 21:29:58 +00:00
Natanael Copa
2c907ddc34 abuild: warn if g++ is in makedepends. fix for dynamic deps 2009-06-03 20:55:45 +00:00
Natanael Copa
5b00cca758 abuild: fix for detecting self-provided dependencies 2009-06-03 20:20:59 +00:00
Natanael Copa
981c484766 release: 1.15
with support for dynamic dependencies
2009-06-03 19:53:53 +00:00
Natanael Copa
a878a54660 abuild: bugfix: find deps in subpackages and fail if deps not found 2009-06-03 19:50:06 +00:00
Natanael Copa
2d6f0ab38d abuild: initial support for autodetection of dependencies 2009-06-03 19:23:32 +00:00
Natanael Copa
d3b36e1cf2 alpine.mk: configureable free space on usb image
use USBIMG_FREE to set how many kB you want to have as free space on
usb image.
2009-06-03 11:43:58 +00:00
Natanael Copa
b1b976901a alpine.mk: make usb image creation less verbose 2009-06-03 11:39:26 +00:00
Natanael Copa
8ed3099229 alpine.mk: target for .img symlink 2009-06-03 11:34:41 +00:00
Natanael Copa
36080a48f7 abuild: rename abuildrepo to apkcache 2009-06-03 11:26:48 +00:00
Natanael Copa
9d616a1346 abuild: add configurable apk cache 2009-06-03 11:24:29 +00:00
Natanael Copa
bdc6182749 abuild: use build-base meta package as hard makedepends 2009-06-03 11:15:55 +00:00
Natanael Copa
bf13a7c63c alpine.mk: use /dev/usbdisk rather than /dev/sda1 for usb images
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-03 09:13:54 +00:00
Natanael Copa
e83cfd6c27 alpine.mk: include the dependencies in the APK_INDEX
The APK_FILES does not contain the dependencies for the wanted packages
so we cannot use this variable when generating the index.
2009-06-03 08:48:04 +00:00
Natanael Copa
027f227852 abuild: pull in makedepends by using virtual packages in abuildrepo
Basicly, let apk-tools deal with the dependencies rather than let abuild do it
2009-06-03 08:37:05 +00:00
Natanael Copa
8732195fd5 alpine.mk: wait with calculating dir size til the dir is filled up 2009-06-03 08:16:17 +00:00
Natanael Copa
3af6730c2f alpine.mk remove unused vars 2009-06-03 08:13:16 +00:00
Natanael Copa
261787abcd alpine.mk: build iso from binary packages in system repository
This is so you can build the iso image without having the aports tree.
2009-06-02 11:13:35 +00:00