View Issue Details

IDProjectCategoryView StatusLast Update
0000090bareos-coreinstaller / packagespublic2013-06-21 17:34
Reporterpstorz Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionwon't fix 
PlatformLinuxOSanyOS Version3
Product Version12.4.1 
Summary0000090: git checkin number should be written into the packages also for stable
DescriptionTo be able to exactly know what source version was compiled into a certain package, it would be nice to have the git version of the compiled sourcecode somewhere in the package. e.g in the description field of the packages.
TagsNo tags attached.

Activities

pstorz

pstorz

2013-03-06 17:32

administrator   ~0000245

git config --global filter.setid.smudge 'last_date=`git log --pretty=%H -1` ; cat - | sed "s#\\\$Id\\\$#$last_date#g"'

in combination with "$Id$ in the spec file seems to do the trick.
joergs

joergs

2013-06-21 17:34

developer   ~0000478

is not worth the effort

Issue History

Date Modified Username Field Change
2013-02-25 14:06 pstorz New Issue
2013-02-25 14:06 pstorz Severity minor => feature
2013-03-05 11:52 pstorz Assigned To => pstorz
2013-03-05 11:52 pstorz Status new => assigned
2013-03-06 17:32 pstorz Note Added: 0000245
2013-06-21 17:34 joergs Note Added: 0000478
2013-06-21 17:34 joergs Status assigned => closed
2013-06-21 17:34 joergs Assigned To pstorz =>
2013-06-21 17:34 joergs Resolution open => won't fix