mirror of
https://github.com/YunoHost-Apps/opentracker_ynh.git
synced 2024-09-03 19:46:34 +02:00
fix
This commit is contained in:
parent
da2d701e3f
commit
905cfa85d1
2 changed files with 8 additions and 1 deletions
|
@ -14,7 +14,6 @@ source /usr/share/yunohost/helpers
|
|||
#=================================================
|
||||
ynh_script_progression --message="Installing OpenTracker..." --weight=5
|
||||
|
||||
#REMOVEME? ynh_app_setting_set --app=$app --key=install_dir --value=$install_dir
|
||||
git clone git://erdgeist.org/opentracker "$install_dir" --quiet
|
||||
cp ../conf/Makefile $install_dir/Makefile
|
||||
cp ../conf/opentracker.conf.sample $install_dir/opentracker.conf
|
||||
|
|
8
tests.toml
Normal file
8
tests.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
test_format = 1.0
|
||||
|
||||
[default]
|
||||
|
||||
# ------------
|
||||
# Tests to run
|
||||
# ------------
|
||||
|
Loading…
Reference in a new issue