At Sat, 30 Oct 2010 00:57:37 +0200, Henrik Sandklef wrote: > Before pushing/comitting the new settings and sha256 into the main > trunk I wonder if if anything has been decided on how to generate the > sha256sums in a "formalised" way?
You can make them with make makesums If you need to skip the GPG check, make makesums GPGV=/bin/true For the main trunk the packages are only supposed to be release versions. I haven't decided how to handle alpha versions yet. There are two options - a separate directory for alpha releases, or put them in the same makefile somehow (e.g. with conditionals).
