aboutsummaryrefslogtreecommitdiffstats
path: root/gpgkeys/ubuntu.template
diff options
context:
space:
mode:
authorAdam Stokes <adam.stokes@ubuntu.com>2013-04-26 12:57:01 -0400
committerAdam Stokes <adam.stokes@ubuntu.com>2013-04-26 12:57:01 -0400
commitae5747ed00406dc68ee18ca5c93a99831d7c7cf8 (patch)
tree04930ad88ff4efab69befe3510303fcc6b2c30dc /gpgkeys/ubuntu.template
parent56106cf824b241920027991c1c0d6acf1efbacd2 (diff)
downloadsos-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/ubuntu.template')
-rw-r--r--gpgkeys/ubuntu.template14
1 files changed, 0 insertions, 14 deletions
diff --git a/gpgkeys/ubuntu.template b/gpgkeys/ubuntu.template
deleted file mode 100644
index ac0e8b5e..00000000
--- a/gpgkeys/ubuntu.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: Ubuntu Support
-Name-Comment: SoS Encryption Key
-Name-Email: support@canonical.com
-Expire-Date: 0
-Passphrase: ubuntutemplateexample
-%pubring gpgkeys/ubuntusupport.pub
-%secring gpgkeys/ubuntusupport.key
-%commit
-%echo done