action #25088
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.0 skelcd-openSUSE | grep tar
skelcd-openSUSE-84.87.20170712.1dc7ffa.tar.xz
$ git show 1dc7ffa
$ git tag Leap_15.0-GM 1dc7ffa
$ git push origin Leap_15.0-GM
Total 0 (delta 0), reused 0 (delta 0)
To github.com:openSUSE/skelcd-openSUSE.git
* [new tag] Leap_15.0-GM -> Leap_15.0-GM
Updated by lnussel over 7 years ago
- Copied from action #20380: tag/branch all translations in git added
Updated by lnussel over 6 years ago
- Description updated (diff)
- Category deleted (
Translations)
Updated by lnussel over 6 years ago
- Category set to Translations
- Assignee set to keichwa
Karl, can you take care of this?
Updated by keichwa over 6 years ago
lnussel wrote:
Karl, can you take care of this?
I fear I'm not allowed to write to all the listed projects. Thus far I succeed with:
yast2-trans (git@github.com:yast/yast-translations.git)
yast2-slide-show (git://github.com/openSUSE/yast-slide-show.git)
Failed with:
package-translations (git://github.com/openSUSE/packages-i18n.git)
desktop-translations (git://github.com/openSUSE/desktop-file-translations.git)
skelcd-openSUSE (git://github.com/openSUSE/skelcd-openSUSE.git)
openSUSE-EULAs (git://github.com/openSUSE/openSUSE-EULAs.git)
Updated by lnussel over 6 years ago
Thanks, I gave you write access to the remaining one. Wasn't aware that it wouldn't work for you
Updated by keichwa over 6 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 100
done!
Updated by lnussel almost 6 years ago
- Copied to action #47801: tag/branch all translations in git added