mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-09 00:40:29 +03:00
test load_localized_locale() and translated Anti-Features
This commit is contained in:
parent
b04c7ff539
commit
d6dba05ec3
21 changed files with 955 additions and 3 deletions
|
|
@ -261,7 +261,12 @@ REPOROOT=`create_test_dir`
|
|||
GNUPGHOME=$REPOROOT/gnupghome
|
||||
cd $REPOROOT
|
||||
fdroid_init_with_prebuilt_keystore
|
||||
cp -a $WORKSPACE/tests/metadata $WORKSPACE/tests/repo $WORKSPACE/tests/stats $REPOROOT/
|
||||
cp -a \
|
||||
$WORKSPACE/tests/config \
|
||||
$WORKSPACE/tests/metadata \
|
||||
$WORKSPACE/tests/repo \
|
||||
$WORKSPACE/tests/stats \
|
||||
$REPOROOT/
|
||||
cp -a $WORKSPACE/tests/gnupghome $GNUPGHOME
|
||||
chmod 0700 $GNUPGHOME
|
||||
echo "install_list: org.adaway" >> config.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue