Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add trusty (14.04 LTS) build target
So that ubuntu package names will appear as '4.0.0-11~gd149c5b~trusty amd64'
  • Loading branch information
dreamcat4 authored and perexg committed May 28, 2015
1 parent c754208 commit 268e762
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Autobuild/trusty-amd64.sh
@@ -0,0 +1,3 @@
AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=x86_64"
DEBDIST=trusty
source Autobuild/debian.sh
3 changes: 3 additions & 0 deletions Autobuild/trusty-i386.sh
@@ -0,0 +1,3 @@
AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=i686"
DEBDIST=trusty
source Autobuild/debian.sh

0 comments on commit 268e762

Please sign in to comment.