Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi
Commits
821c7769
Commit
821c7769
authored
Sep 05, 2021
by
Alexander Potashev
Browse files
Remove temporary file.
parent
ee9ec222
Pipeline
#78642
passed with stage
in 14 minutes and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
autotests/libs/testresource/Messages.sh
View file @
821c7769
#! /usr/bin/env bash
$EXTRACTRC
`
find
.
-name
\*
.ui
`
>>
rc.cpp
||
exit
11
$XGETTEXT
*
.cpp
-o
$podir
/akonadi_knut_resource.pot
rm
-f
rc.cpp
src/Messages.sh
View file @
821c7769
#! /bin/sh
$EXTRACTRC
`
find
-name
"*.ui"
`
>>
rc.cpp
$XGETTEXT
`
find
-name
"*.cpp"
-o
-name
"*.h"
|
grep
-v
'/tests/'
|
grep
-v
'/autotests/'
`
-o
$podir
/libakonadi5.pot
rm
-f
rc.cpp
Alexander Potashev
@aspotashev
mentioned in commit
fcf2e70f
·
Sep 08, 2021
mentioned in commit
fcf2e70f
mentioned in commit fcf2e70f66e28ebbb2168693c10fe680e474e3dd
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment