aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2015-05-17 23:07:16 -0400
committerRalph Amissah <ralph@amissah.com>2015-05-17 23:07:16 -0400
commit5ccf158429e0269b22430d5cd174d89edc513810 (patch)
tree81d23a93386ba4ef111198209f635a26f95bf073 /setup
parentbin/sisu juggle multiple install & run options (diff)
qi pkg manage changelog
Diffstat (limited to 'setup')
-rw-r--r--setup/qi_libs.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/qi_libs.rb b/setup/qi_libs.rb
index aa3f7706..ec069fee 100644
--- a/setup/qi_libs.rb
+++ b/setup/qi_libs.rb
@@ -405,7 +405,7 @@ proceed? }
changelog_arr_current = IO.readlines(fn)
changelog_arr_next=changelog_arr_current.each.map do |line|
if line =~/^\*\s+sisu_[0-9]+\.[0-9]+\.[0-9]+(?:_pre_rel)?\.orig\.tar\.xz \(Open commit window: [0-9]{4}-[0-9]{2}-[0-9]{2}; Pre-Release\)\)$/
- "** sisu_#{vi[:version]}.orig.tar.xz " \
+ "* sisu_#{vi[:version]}.orig.tar.xz " \
+ "(#{vi[:date]}:#{vi[:date_stamp].gsub(/20\d\dw/,'')})\n"
else line
end
@@ -437,7 +437,7 @@ proceed? }
def self.changelog_header_pre_release(vi)
vn=version_number(vi)
<<-WOK
-* #{vn}.orig.tar.xz (Open commit window: #{vi[:date]}; Pre-Release))
+* sisu_#{vn}.orig.tar.xz (Open commit window: #{vi[:date]}; Pre-Release))
http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_#{vn}
WOK
end