]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
More build_kit fixes
authorRichard Curnow <rc@rc0.org.uk>
Tue, 19 Jul 2005 22:09:30 +0000 (22:09 +0000)
committerRichard P. Curnow <rc@rc0.org.uk>
Thu, 19 Jan 2006 21:37:14 +0000 (21:37 +0000)
build_kit

index ec7ecb8a1c672494a4269fd8169386813fd7df64..6ca2ca67397a623f4760c64a56df2c187412ffca 100755 (executable)
--- a/build_kit
+++ b/build_kit
@@ -30,10 +30,16 @@ while (<IN>) {
 close (IN);
 close (OUT);
 
-unlink "chrony.spec.sample";
 
 # Requires the makeinfo from texinfo v4
 system("makeinfo --no-headers --number-sections -o chrony.txt chrony.texi");
+system ("rm -rf ./{arch}");
+system ("rm -rf ./.arch-ids");
+unlink "chrony.spec.sample";
 unlink("build_kit");
-unlink("LICINS");
+
+chdir ("..");
+system ("tar cvf - chrony-$version | gzip -9 > chrony-$version.tar.gz");
+system ("gpg -b -a -o chrony-$version-tar-gz-asc.txt chrony-$version.tar.gz");
+