mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Bake in branch, commit, version
This commit is contained in:
parent
7a54b1d36a
commit
202f3d36c4
1 changed files with 3 additions and 3 deletions
|
@ -91,9 +91,9 @@ REDDIT_URL = URI.parse("https://www.reddit.com")
|
|||
LOGIN_URL = URI.parse("https://accounts.google.com")
|
||||
PUBSUB_URL = URI.parse("https://pubsubhubbub.appspot.com")
|
||||
TEXTCAPTCHA_URL = URI.parse("http://textcaptcha.com/omarroth@hotmail.com.json")
|
||||
CURRENT_BRANCH = `git branch | sed -n '/\* /s///p'`.strip
|
||||
CURRENT_COMMIT = `git rev-list HEAD --max-count=1 --abbrev-commit`.strip
|
||||
CURRENT_VERSION = `git describe --tags --abbrev=0`.strip
|
||||
CURRENT_BRANCH = {{ "#{`git branch | sed -n '/\* /s///p'`.strip}" }}
|
||||
CURRENT_COMMIT = {{ "#{`git rev-list HEAD --max-count=1 --abbrev-commit`.strip}" }}
|
||||
CURRENT_VERSION = {{ "#{`git describe --tags --abbrev=0`.strip}" }}
|
||||
|
||||
LOCALES = {
|
||||
"ar" => load_locale("ar"),
|
||||
|
|
Loading…
Reference in a new issue