[vlc-commits] [Git][videolan/vlc][master] 2 commits: test: fix check_POTFILES.sh folder
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Sep 13 09:26:49 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
a4273d63 by Steve Lhomme at 2025-09-13T09:12:11+00:00
test: fix check_POTFILES.sh folder
So it can be called manually.
- - - - -
bef6059f by Steve Lhomme at 2025-09-13T09:12:11+00:00
doc: mention the POTFILES.in needs to be edited before make distcheck
- - - - -
2 changed files:
- doc/release-howto.txt
- test/check_POTFILES.sh
Changes:
=====================================
doc/release-howto.txt
=====================================
@@ -23,6 +23,7 @@ Release HOWTO
git push origin <VERSION>
* Tarballs (Use a clean tree !!!)
+ - Edit POTFILES.in to include generated Qt UI files (doesn't work out of tree)
- Use 'make distcheck' to make sure all files are exported correctly
- copy the tar.xz file on ganesh.videolan.org
- generate SHA, MD5 hashes and OpenPGP signature of these files :
=====================================
test/check_POTFILES.sh
=====================================
@@ -1,10 +1,8 @@
#! /bin/sh
-
-top_srcdir="${srcdir}/.."
-
set -xe
-cd ${top_srcdir}
+SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
+cd "${SCRIPT_PATH}/.."
grep -v '^#' po/POTFILES.in | \
while read f
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/0362008d572df3c1f9ad23441dd59de2184374d1...bef6059f4b849f0731be4707a604cf7b14a3cf04
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/0362008d572df3c1f9ad23441dd59de2184374d1...bef6059f4b849f0731be4707a604cf7b14a3cf04
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list