Skip to content
Snippets Groups Projects

Fixing hash with revision

Merged Dmitri Konstantinov requested to merge fixing_hash_with_revision into master
1 unresolved thread

taking into account all upstream packegas with proper REVISION numbers

Edited by Dmitri Konstantinov

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
81 81
82 82 #--Handle config revision number
83 83 if (ARG_REVISION)
84 set (${targetname}_config_rev ${ARG_REVISION})
84 set (${targetname}_config_rev ${ARG_REVISION} PARENT_SCOPE)
  • Hello Pere, now when I know more about cmake variables and scopes I do not like this solution anymore (though it works somehow, surprise for me).

  • added 1 commit

    • aa96125a - adding revision number to current package inside LCG_get_full_version but not later

    Compare with previous version

  • Pere Mato Vila
  • added 1 commit

    • 7e6508f8 - proper way to append revision to main packages

    Compare with previous version

  • Hi Pere, Rafal, I have checked and it seems work fine now.

  • Dmitri Konstantinov unmarked as a Work In Progress

    unmarked as a Work In Progress

  • Dmitri Konstantinov resolved all discussions

    resolved all discussions

  • Dmitri Konstantinov resolved all discussions

    resolved all discussions

  • Rafal Pacholek mentioned in commit c2a49990

    mentioned in commit c2a49990

  • Please register or sign in to reply
    Loading