Skip to content

Commit

Permalink
Merge branch 'jessie' of gitlab.bytemark.co.uk:bytemark/symbiosis int…
Browse files Browse the repository at this point in the history
…o jessie
  • Loading branch information
Patrick J Cherry committed Jan 21, 2016
2 parents c2eb576 + 6054612 commit 77aaabd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -8,8 +8,8 @@ require 'pp'
DEBEMAIL = ENV["DEBEMAIL"] || "symbiosis@bytemark.co.uk"
DEB_BUILD_ARCH = ENV["BUILD_ARCH"] || `dpkg-architecture -qDEB_BUILD_ARCH`.chomp
DISTRO = (ENV["DISTRO"] || "debian").downcase
RELEASE = (ENV["RELEASE"] || "stable").downcase
CODENAME = (ENV["CODENAME"] || "jessie").downcase
RELEASE = (ENV["RELEASE"] || "testing").downcase
CODENAME = (ENV["CODENAME"] || "stretch").downcase
REPONAME = (ENV["REPONAME"] || "symbiosis").downcase
PARALLEL_BUILD = ENV.has_key?("PARALLEL_BUILD")

Expand Down

0 comments on commit 77aaabd

Please sign in to comment.