From ae5747ed00406dc68ee18ca5c93a99831d7c7cf8 Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Fri, 26 Apr 2013 12:57:01 -0400 Subject: Remove uneeded build tasks in Makefile - Since removing the jboss/application server bits we no longer need those build tasks in the Makefile. - Remove building gpgkeys entirely since it is not referenced anywhere in the code. - Update the creation of tarballs to exclude-vcs directories such as .git, .bzr, etc. - Move build tasks from deb-unsign to deb because its less to type and still properly explains what the task is. Signed-off-by: Adam Stokes --- gpgkeys/rh.template | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 gpgkeys/rh.template (limited to 'gpgkeys/rh.template') diff --git a/gpgkeys/rh.template b/gpgkeys/rh.template deleted file mode 100644 index 261f5b31..00000000 --- a/gpgkeys/rh.template +++ /dev/null @@ -1,14 +0,0 @@ -%echo Generating key... -Key-Type: DSA -Key-Length: 1024 -Subkey-Type: ELG-E -Subkey-Length: 1024 -Name-Real: Red Hat Support -Name-Comment: SoS Encryption Key -Name-Email: support@redhat.com -Expire-Date: 0 -Passphrase: redhat -%pubring gpgkeys/rhsupport.pub -%secring gpgkeys/rhsupport.key -%commit -%echo done -- cgit