Skip to content

Commit

Permalink
Consistent upgrade of the docGithash value.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpc-lip6 committed Oct 4, 2024
1 parent 9690eb7 commit cb973b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/coriolis-eda.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define _unpackaged_files_terminate_build 1
%define docGithash b12c8613c
%define docGithash xx

Name: coriolis-eda
Version: 2.5.5
Expand Down
1 change: 1 addition & 0 deletions packaging/mkArchives.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
done

sed -i "s,^Release: *1,Release: <CI_CNT>.<B_CNT>.${githash}," ${obsDir}/coriolis-eda.spec
sed -i "s,^%define docGithash .*,%define docGithash ${docGithash}," ${obsDir}/coriolis-eda.spec
if [ "${doCommit}" = "true" ]; then
pushd ${obsDir}
osc commit
Expand Down

0 comments on commit cb973b4

Please # to comment.