Fix backend version string parsing #580

Closed
opened 2019-06-16 10:53:47 +00:00 by rinpatch · 3 comments
Member

in pleroma!1291 we changed the version string a bit, now instead of $VERSION-$NUMBER_OF_COMMITS_SINCE_LAST_TAG-g$SHORT_COMMIT_HASH it is $VERSION-$NUMBER_OF_COMMITS_SINCE_LAST_TAG-g$SHORT_COMMIT_HASH-$BRANCH if $BRANCH is not master

in pleroma!1291 we changed the version string a bit, now instead of `$VERSION-$NUMBER_OF_COMMITS_SINCE_LAST_TAG-g$SHORT_COMMIT_HASH` it is `$VERSION-$NUMBER_OF_COMMITS_SINCE_LAST_TAG-g$SHORT_COMMIT_HASH-$BRANCH` if `$BRANCH` is not `master`
Owner

FE just puts whatever backend reports i think, what needs to be done?

FE just puts whatever backend reports i think, what needs to be done?
Author
Member

@hj When you click on the backend version it used to redirect to https://git.pleroma.social/pleroma/pleroma/commit/$SHORT_COMMIT_HASH, but now it just redirects to https://git.pleroma.social/pleroma/pleroma/commit/

@hj When you click on the backend version it used to redirect to `https://git.pleroma.social/pleroma/pleroma/commit/$SHORT_COMMIT_HASH`, but now it just redirects to `https://git.pleroma.social/pleroma/pleroma/commit/`
Owner

ok, got it

ok, got it
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pleroma/pleroma-fe#580
No description provided.