Project

General

Profile

Actions

action #99990

closed

submit translation packages

Added by lkocman over 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
2021-10-06
Due date:
% Done:

0%

Estimated time:

Description

Packages that contain translations may need to be updated and submitted

  • package-translations : system:install:head

  • desktop-translations : X11:common:Factory

  • yast2-trans : YaST:Head (submit directly to YaST:Head, it does not accept SRs)

  • skelcd-openSUSE : system:install:head

  • openSUSE-EULAs : devel:openSUSE:Factory

    osc rm *.tar.xz

    osc service dr

    osc addremove

    osc vc # beautify *.changes: 'M-x sort-lines' and 'M-x delete-duplicate-lines'

    osc ci

    osc sr

Actions #1

Updated by lkocman about 2 years ago

kocman@localhost:~/Workspace/obs/home:lkocman:branches:system:install:head> cd skelcd-openSUSE/
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:system:install:head/skelcd-openSUSE> ls
_service  _servicedata  skelcd-openSUSE.changes  skelcd-openSUSE-rpmlintrc  skelcd-openSUSE.spec  skelcd-openSUSE-84.87.20211130.ef8d1a6.tar.xz
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:system:install:head/skelcd-openSUSE> rm *.tar.xz
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:system:install:head/skelcd-openSUSE> osc service dr
Cloning into '/home/lkocman/Workspace/obs/home:lkocman:branches:system:install:head/skelcd-openSUSE/skelcd-openSUSE'...
Already up to date.
45651b09992e4d92f83cb6bbec4dbc342eb2eb00
Compressed skelcd-openSUSE-84.87.20220225.45651b0.tar to skelcd-openSUSE-84.87.20220225.45651b0.tar.xz
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:system:install:head/skelcd-openSUSE> ls
_service  _servicedata  skelcd-openSUSE  skelcd-openSUSE.changes  skelcd-openSUSE-rpmlintrc  skelcd-openSUSE.spec  skelcd-openSUSE-84.87.20220225.45651b0.tar.xz
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:system:install:head/skelcd-openSUSE> osc status
M    _servicedata
!    skelcd-openSUSE-84.87.20211130.ef8d1a6.tar.xz
?    skelcd-openSUSE-84.87.20220225.45651b0.tar.xz
M    skelcd-openSUSE.changes
M    skelcd-openSUSE.spec
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:system:install:head/skelcd-openSUSE> osc addremove
D    skelcd-openSUSE-84.87.20211130.ef8d1a6.tar.xz
A    skelcd-openSUSE-84.87.20220225.45651b0.tar.xz
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:system:install:head/skelcd-openSUSE> osc vc
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:system:install:head/skelcd-openSUSE> ls
_service  _servicedata  skelcd-openSUSE  skelcd-openSUSE.changes  skelcd-openSUSE-rpmlintrc  skelcd-openSUSE.spec  skelcd-openSUSE-84.87.20220225.45651b0.tar.xz
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:system:install:head/skelcd-openSUSE> osc ci
- package has skelcd-openSUSE-rpmlintrc: (unchanged)
(W) Attention, .lock is not mentioned in spec files as source or patch.
###ASK /home/lkocman/Workspace/obs/home:lkocman:branches:system:install:head/skelcd-openSUSE/.lock
Sending    _servicedata
Deleting    skelcd-openSUSE-84.87.20211130.ef8d1a6.tar.xz
Sending    skelcd-openSUSE.changes
Sending    skelcd-openSUSE.spec
Sending    skelcd-openSUSE-84.87.20220225.45651b0.tar.xz
Transmitting file data ....
Committed revision 2.
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:system:install:head/skelcd-openSUSE> osc sr
created request id 957534

Actions #2

Updated by lkocman about 2 years ago

lkocman@localhost:~/Workspace/obs/home:lkocman:branches:system:install:head/package-translations> osc service dr
Cloning into '/home/lkocman/Workspace/obs/home:lkocman:branches:system:install:head/package-translations/packages-i18n'...
Updating files: 100% (1180/1180), done.
Already up to date.
5943e3346f63c2f721c0c95f2a655fe250a1b47b
Compressed package-translations-89.87.20220225.5943e334.tar to package-translations-89.87.20220225.5943e334.tar.xz
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:system:install:head/package-translations> osc addremove
D    package-translations-89.87.20210518.c8ca1c2f.tar.xz
A    package-translations-89.87.20220225.5943e334.tar.xz
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:system:install:head/package-translations> osc vc
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:system:install:head/package-translations> osc vc
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:system:install:head/package-translations> osc ci
(W) Attention, .lock is not mentioned in spec files as source or patch.
###ASK /home/lkocman/Workspace/obs/home:lkocman:branches:system:install:head/package-translations/.lock
Sending    _servicedata
Deleting    package-translations-89.87.20210518.c8ca1c2f.tar.xz
Sending    package-translations.changes
Sending    package-translations.spec
Sending    package-translations-89.87.20220225.5943e334.tar.xz
Transmitting file data ....
Committed revision 2.
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:system:install:head/package-translations> osc sr
created request id 957543

Actions #3

Updated by lkocman about 2 years ago

lkocman@localhost:~/Workspace/obs/home:lkocman:branches:X11:common:Factory/desktop-translations> rm *tar.xz
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:X11:common:Factory/desktop-translations> osc service dr
merge: origin/refs/heads/master - not something we can merge
Already up to date.
566119029483dc785b82c1a59327380a6afd69d6
Compressed desktop-file-translations-84.87.20220216.56611902.tar to desktop-file-translations-84.87.20220216.56611902.tar.xz
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:X11:common:Factory/desktop-translations> ls
desktop-file-translations  desktop-file-translations-84.87.20220216.56611902.tar.xz  desktop-translations.changes  desktop-translations.spec  _service  _servicedata
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:X11:common:Factory/desktop-translations> osc addremove
D    desktop-file-translations-84.87.20210517.b9a41955.tar.xz
A    desktop-file-translations-84.87.20220216.56611902.tar.xz
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:X11:common:Factory/desktop-translations> osc vc
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:X11:common:Factory/desktop-translations> osc ci
(W) Attention, .lock is not mentioned in spec files as source or patch.
###ASK /home/lkocman/Workspace/obs/home:lkocman:branches:X11:common:Factory/desktop-translations/.lock
(W) Attention, .lock is not mentioned in spec files as source or patch.
###ASK /home/lkocman/Workspace/obs/home:lkocman:branches:X11:common:Factory/desktop-translations/.lock
Sending    _servicedata
Deleting    desktop-file-translations-84.87.20210517.b9a41955.tar.xz
Sending    desktop-translations.changes
Sending    desktop-translations.spec
Sending    desktop-file-translations-84.87.20220216.56611902.tar.xz
Transmitting file data ....
Committed revision 2.
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:X11:common:Factory/desktop-translations> osc sr
created request id 957547
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:X11:common:Factory/desktop-translations> 

Actions #4

Updated by lkocman about 2 years ago

lkocman@localhost:~/Workspace/obs> osc co  YaST:Head yast2-trans
A    YaST:Head
A    YaST:Head/yast2-trans
A    YaST:Head/yast2-trans/COPYING
A    YaST:Head/yast2-trans/_service
A    YaST:Head/yast2-trans/_servicedata
A    YaST:Head/yast2-trans/po-stats
cd A    YaST:Head/yast2-trans/yast2-trans-84.87.20220211.620fde21a3.tar.xz
A    YaST:Head/yast2-trans/yast2-trans.changes
A    YaST:Head/yast2-trans/yast2-trans.spec
At revision d2c893f1318c4a87a19433bcaed81f7b.
lkocman@localhost:~/Workspace/obs> cd yast2-trans
bash: cd: yast2-trans: Adresář nebo soubor neexistuje
lkocman@localhost:~/Workspace/obs> cd YaST\:Head/yast2-trans/
lkocman@localhost:~/Workspace/obs/YaST:Head/yast2-trans> ls
COPYING  po-stats  _service  _servicedata  yast2-trans.changes  yast2-trans.spec  yast2-trans-84.87.20220211.620fde21a3.tar.xz
lkocman@localhost:~/Workspace/obs/YaST:Head/yast2-trans> rm yast2-trans^C
lkocman@localhost:~/Workspace/obs/YaST:Head/yast2-trans> rm *tar.xz
lkocman@localhost:~/Workspace/obs/YaST:Head/yast2-trans> osc service dr
Cloning into '/home/lkocman/Workspace/obs/YaST:Head/yast2-trans/yast-translations'...
Updating files: 100% (7286/7286), done.
Already up to date.
fc95951c181fe4a6b53b0d4d42fcc55de8c303cd
Compressed yast2-trans-84.87.20220224.fc95951c18.tar to yast2-trans-84.87.20220224.fc95951c18.tar.xz
lkocman@localhost:~/Workspace/obs/YaST:Head/yast2-trans> osc addremove
A    yast2-trans-84.87.20220224.fc95951c18.tar.xz
D    yast2-trans-84.87.20220211.620fde21a3.tar.xz
lkocman@localhost:~/Workspace/obs/YaST:Head/yast2-trans> osc vc

lkocman@localhost:~/Workspace/obs/YaST:Head/yast2-trans> osc ci
> pruning cache
> pruned 0 files comprised of 0 bytes
(W) Attention, .lock is not mentioned in spec files as source or patch.
###ASK /home/lkocman/Workspace/obs/YaST:Head/yast2-trans/.lock
(W) Attention, .lock is not mentioned in spec files as source or patch.
###ASK /home/lkocman/Workspace/obs/YaST:Head/yast2-trans/.lock
Sending    _servicedata
Deleting    yast2-trans-84.87.20220211.620fde21a3.tar.xz
Sending    yast2-trans.changes
Sending    yast2-trans.spec
Sending    yast2-trans-84.87.20220224.fc95951c18.tar.xz
Transmitting file data ....
Committed revision 529.
lkocman@localhost:~/Workspac
Actions #5

Updated by lkocman about 2 years ago

And eulas https://build.opensuse.org/request/show/957566

kocman@localhost:~/Workspace/obs/home:lkocman:branches:devel:openSUSE:Factory/openSUSE-EULAs> rm *tar.xz
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:devel:openSUSE:Factory/openSUSE-EULAs> osc service dr
Cloning into '/home/lkocman/Workspace/obs/home:lkocman:branches:devel:openSUSE:Factory/openSUSE-EULAs/openSUSE-EULAs'...
Already up to date.
e9d0ccd113c0d099252104b7a4644e2b2a5ad030
Compressed openSUSE-EULAs-84.87.20220131.e9d0ccd.tar to openSUSE-EULAs-84.87.20220131.e9d0ccd.tar.xz

lkocman@localhost:~/Workspace/obs/home:lkocman:branches:devel:openSUSE:Factory/openSUSE-EULAs> osc addremove
D openSUSE-EULAs-84.87.20200511.4de0f73.tar.xz
A openSUSE-EULAs-84.87.20220131.e9d0ccd.tar.xz
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:devel:openSUSE:Factory/openSUSE-EULAs> osc commit
(W) Attention, .lock is not mentioned in spec files as source or patch.
###ASK /home/lkocman/Workspace/obs/home:lkocman:branches:devel:openSUSE:Factory/openSUSE-EULAs/.lock
Sending _servicedata
Deleting openSUSE-EULAs-84.87.20200511.4de0f73.tar.xz
Sending openSUSE-EULAs.changes
Sending openSUSE-EULAs.spec
Sending openSUSE-EULAs-84.87.20220131.e9d0ccd.tar.xz
Transmitting file data .
Committed revision 2.
lkocman@localhost:~/Workspace/obs/home:lkocman:branches:devel:openSUSE:Factory/openSUSE-EULAs> osc sr
created request id 957566

Actions #6

Updated by lkocman about 2 years ago

The yast2-trans needs to be submitted to SLES-15-SP4 as the package is from there.

Actions #7

Updated by lkocman about 2 years ago

lkocman@localhost:~/Workspace/ibs/home:lkocman:branches:SUSE:SLE-15-SP4:GA/yast2-trans> osc -A https://api.suse.de sr openSUSE.org:YaST:Head yast2-trans SUSE:SLE-15-SP4:GA
created request id 266056

Actions #8

Updated by lkocman about 2 years ago

I did create srs to Leap as well as factory

skelcd-openSUSE https://build.opensuse.org/request/show/957576
eulas https://build.opensuse.org/request/show/957570

(yast referenced above)

Actions #9

Updated by lkocman about 2 years ago

Also I did notice that package-translations were not updated for years in SLES (SP1:GA latest), since we take it from SLE now, "someone" needs to update them there as well

Backports seem to keep a fork, therefore we need to do two SRs

lkocman@localhost:~/Workspace/ibs/home:lkocman:branches:SUSE:SLE-15-SP4:GA/yast2-trans> osc sr system:install:head package-translations openSUSE:Backports:SLE-15-SP4
created request id 957577
lkocman@localhost:~/Workspace/ibs/home:lkocman:branches:SUSE:SLE-15-SP4:GA/yast2-trans> osc -A https://api.suse.de sr openSUSE.org:system:install:head package-translations SUSE:SLE-15-SP4:GA
created request id 266057

Actions #10

Updated by lkocman about 2 years ago

  • Status changed from New to Resolved
Actions #11

Updated by lkocman about 2 years ago

  • Status changed from Resolved to Closed
  • Assignee set to lkocman
Actions

Also available in: Atom PDF