[SCM] ci-tooling packaging branch, master, updated. c5a1c4f90f78e85e42fd914f39c74004c88fb2cf
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Mon Jan 26 13:19:04 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=c5a1c4f
The following commit has been merged in the master branch:
commit c5a1c4f90f78e85e42fd914f39c74004c88fb2cf
Author: Rohan Garg <rohan at kde.org>
Date: Mon Jan 26 14:18:55 2015 +0100
Always use -0ubuntu1 in the version
---
dci/mozilla.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 01c300c..f37d774 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -101,7 +101,7 @@ def build_firefox
f.puts("ac_add_options --enable-gstreamer=1.0
")
}
else
- version += changelog.version(Changelog::REVISION)
+ version += '-0ubuntu1'
end
version += "~#{DateTime.now.strftime('%Y%m%d.%H%M')}"
$logger.info("New version is going to be #{version}")
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list