diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2013-04-26 12:57:01 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2013-04-26 12:57:01 -0400 |
commit | ae5747ed00406dc68ee18ca5c93a99831d7c7cf8 (patch) | |
tree | 04930ad88ff4efab69befe3510303fcc6b2c30dc /gpgkeys/rh.template | |
parent | 56106cf824b241920027991c1c0d6acf1efbacd2 (diff) | |
download | sos-ae5747ed00406dc68ee18ca5c93a99831d7c7cf8.tar.gz |
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 <adam.stokes@ubuntu.com>
Diffstat (limited to 'gpgkeys/rh.template')
-rw-r--r-- | gpgkeys/rh.template | 14 |
1 files changed, 0 insertions, 14 deletions
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 |