Bug 431284 - Scripty does not generate docmessages POTs for kdesvn
Summary: Scripty does not generate docmessages POTs for kdesvn
Status: RESOLVED FIXED
Alias: None
Product: i18n
Classification: Translations
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Albert Astals Cid
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-07 23:45 UTC by Alexander Potashev
Modified: 2022-10-31 08:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Potashev 2021-01-07 23:45:34 UTC
SUMMARY
Scripty does not generate docmessages POTs for kdesvn.

Looking at the logs (https://logs.l10n.kde.org/210107.trunk_l10n-kf5), "kdesvn" is not mentioned between "%% Creating documentation templates begin" and "%% Creating documentation templates end".

Root cause: "grep -v svn" in the following line in createdoctemplates.sh (https://invent.kde.org/sysadmin/l10n-scripty/-/blob/master/createdoctemplates.sh#L51):
  modules=`find documentation/ -maxdepth 1 -type d -follow -printf '%f\n' | grep -v svn | grep -v documentation`

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Bug Janitor Service 2021-01-08 23:32:34 UTC
A possibly relevant merge request was started @ https://invent.kde.org/sysadmin/l10n-scripty/-/merge_requests/3
Comment 2 Albert Astals Cid 2021-01-08 23:52:36 UTC
Git commit bf138858c63d18258604f3a94ad6926a7932a163 by Albert Astals Cid.
Committed on 08/01/2021 at 23:44.
Pushed by ltoscano into branch 'master'.

createdoctemplates.sh: remove svn filtering

It makes kdesvn docs not built, the reason for needing this is lost on
history but i can't see why it would be needed nowadays

M  +1    -1    createdoctemplates.sh

https://invent.kde.org/sysadmin/l10n-scripty/commit/bf138858c63d18258604f3a94ad6926a7932a163
Comment 3 Luigi Toscano 2021-01-09 00:06:12 UTC
Git commit c7aa05e82c450caa5db4daee2699e47b33fbcea5 by Luigi Toscano, on behalf of Albert Astals Cid.
Committed on 09/01/2021 at 00:05.
Pushed by ltoscano into branch 'stable_l10n-kf5'.

createdoctemplates.sh: remove svn filtering

It makes kdesvn docs not built, the reason for needing this is lost on
history but i can't see why it would be needed nowadays
(cherry picked from commit bf138858c63d18258604f3a94ad6926a7932a163)

M  +1    -1    createdoctemplates.sh

https://invent.kde.org/sysadmin/l10n-scripty/commit/c7aa05e82c450caa5db4daee2699e47b33fbcea5
Comment 4 Albert Astals Cid 2022-10-31 08:40:47 UTC
Git commit 4efa3eebd382c7750e90d672ed075eab0a1ae128 by Albert Astals Cid.
Committed on 31/10/2022 at 08:36.
Pushed by aacid into branch 'stable_l10n-kf5-plasma-lts'.

createdoctemplates.sh: remove svn filtering

It makes kdesvn docs not built, the reason for needing this is lost on
history but i can't see why it would be needed nowadays
(cherry picked from commit bf138858c63d18258604f3a94ad6926a7932a163)

M  +1    -1    createdoctemplates.sh

https://invent.kde.org/sysadmin/l10n-scripty/commit/4efa3eebd382c7750e90d672ed075eab0a1ae128