action #61551
closedtag/branch all translations in git
100%
Description
add tags or branches for all translations in git, in case they need to be updated from that specific branch later
- package-translations (git@github.com:openSUSE/packages-i18n.git)
- desktop-translations (git@github.com:openSUSE/desktop-file-translations.git)
- yast2-trans (git@github.com:yast/yast-translations.git)
- yast2-slide-show (git@github.com:openSUSE/yast-slide-show.git)
- skelcd-openSUSE (git@github.com:openSUSE/skelcd-openSUSE.git)
- openSUSE-EULAs (git@github.com:openSUSE/openSUSE-EULAs.git)
Example:
$ osc ls openSUSE:Leap:15.1 skelcd-openSUSE | grep tar
skelcd-openSUSE-84.87.20170712.1dc7ffa.tar.xz
$ git show 1dc7ffa
$ git tag Leap_15.1-GM 1dc7ffa
$ git push origin Leap_15.1-GM
Total 0 (delta 0), reused 0 (delta 0)
To github.com:openSUSE/skelcd-openSUSE.git
* [new tag] Leap_15.1-GM -> Leap_15.1-GM
Updated by lnussel about 5 years ago
- Copied from action #47801: tag/branch all translations in git added
Updated by lkocman over 4 years ago
- Due date changed from 2020-05-15 to 2020-07-02
Updated by lkocman over 4 years ago
lkocman@linux:~/Workspace/opensuse/skelcd-openSUSE> git push upstream Leap_15.2-GM
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
To github.com:openSUSE/skelcd-openSUSE.git
- [new tag] Leap_15.2-GM -> Leap_15.2-GM
lkocman@linux:~/Workspace/opensuse/packages-i18n> git push upstream Leap_15.2-GM
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
remote: This repository moved. Please use the new location:
remote: git@github.com:openSUSE/packages-i18n.git
To github.com:opensuse/packages-i18n.git
yast2-slideshow is no longer needed to my knowledge
lkocman@linux:~/Workspace/opensuse/openSUSE-EULAs> git tag Leap_15.2-GM 6ae4bbd && git push origin Leap_15.2-GM
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
To github.com:openSUSE/openSUSE-EULAs.git
[new tag] Leap_15.2-GM -> Leap_15.2-GM
lkocman@linux:~/Workspace/opensuse/openSUSE-EULAs>[new tag] Leap_15.2-GM -> Leap_15.2-GM
lkocman@linux:~/Workspace/opensuse/packages-i18n>
lkocman@linux:~/Workspace/opensuse/desktop-file-translations> git push origin Leap_15.2-GM
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
To github.com:openSUSE/desktop-file-translations.git
- [new tag] Leap_15.2-GM -> Leap_15.2-GM lkocman@linux:~/Workspace/opensuse/desktop-file-translations>
no permissions to push to yast-translations. I did already sent email to ysat-devel@o.o¶
git tag Leap_15.2-GM bc4a9329cc && git push origin Leap_15.2-GM
Updated by lkocman over 4 years ago
- % Done changed from 0 to 90
Leaving open for the yast-translations
Updated by lkocman over 4 years ago
- Status changed from New to Resolved
- % Done changed from 90 to 100