1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ffsync_ynh.git synced 2024-09-03 18:26:38 +02:00
Commit graph

108 commits

Author SHA1 Message Date
Josué Tille
e346c9eb06 Dont save path and domain it's automatically done 2018-08-22 20:47:29 +02:00
Josué Tille
03944ddd47 Store settings before to test the install 2018-08-22 20:47:29 +02:00
Josué Tille
14e1be1819 Fix uwsgi helper 2018-08-22 20:47:29 +02:00
Josué Tille
d919dcc49a Fix final path 2018-08-20 22:35:38 +02:00
Josué Tille
c46400ee29 Merge commit 'licryle' into master 2018-08-20 22:34:47 +02:00
Jean-Baptiste Holcroft
f6b79fe7a5 Add ARM dependencies 2018-08-03 23:42:47 +02:00
admin
5ad912e6c9 Saving path into 'path' variable in settings. It was creating issues at install/upgrade + fixing a bug in path in upgrade. 2018-07-25 06:44:48 +00:00
Jean-Baptiste Holcroft
f6682e66ac Rewrite uwsgi to use the helper 2018-07-05 23:21:03 +02:00
Jean-Baptiste Holcroft
613527af71 Remove local download path and add previous maintainer 2018-06-28 23:20:47 +02:00
Jean-Baptiste Holcroft
cf0f16aa73 Upgrade to 1.8.0 2018-06-28 23:09:33 +02:00
Jean-Baptiste Holcroft
dd241fea65 use local cache storage and pip instead of make 2018-04-28 13:42:17 +02:00
Jean-Baptiste Holcroft
3b3cabbad4 fix alias_traversal and change maintainer 2018-01-29 22:44:33 +01:00
Jean-Baptiste Holcroft
23645f9f33 Remove useless user rights 2017-11-19 13:46:34 +01:00
Jean-Baptiste Holcroft
333e0973e6 Fix upgrade from previous versions 2017-11-16 23:23:51 +01:00
Jean-Baptiste Holcroft
21cf715388 upgrade to 1.6.0 2017-11-13 22:52:22 +01:00
Jean-Baptiste Holcroft
745f4243ad use helpers & uwsgi. Enable multi instance 2017-10-30 17:52:57 +01:00
Jean-Baptiste Holcroft
8b28531285 Remove sources 2017-10-30 13:53:42 +01:00
Pierre-Antoine Rault
267ccc21f7 modified conf scripts 2016-12-15 22:06:02 +01:00
Pierre-Antoine Rault
4d96a462cf modified urls 2016-12-15 21:32:36 +01:00
Pierre-Antoine Rault
6d15a15a01 fixed a forgotten import of the script helper and removed sudo before helpers 2016-12-13 16:55:44 +01:00
Pierre-Antoine Rault
d569748da5 added Android debug information on the info page 2016-12-13 14:50:37 +01:00
Pierre-Antoine Rault
2843cc70d7 removed now displaced files 2016-12-09 02:28:20 +01:00
Pierre-Antoine Rault
ade4eaeb8d moved page files to a subdirectory to prevent pyramid from serving its own files 2016-12-09 02:26:38 +01:00
Pierre-Antoine Rault
3f036e759e Dependency shrinking to remove development artifacts 2016-12-08 18:25:22 +01:00
Pierre-Antoine Rault
abdc5371db Rectify version mistyping 2016-12-08 16:34:23 +01:00
Pierre-Antoine Rault
05009d2414 Compliance with Yunohost’s package linter (except scripts/{backup,restore}) 2016-12-08 16:12:16 +01:00
Pierre-Antoine Rault
a4566abdfa small edits for the README 2016-12-08 12:41:24 +01:00
Pierre-Antoine Rault
19c3fbe3f9 Add an index page explaining how to setup, fixes #14
Adding LICENSE and README as well
2016-12-08 12:36:22 +01:00
abeudin
6707f664bb Merge pull request #18 from Josue-T/master
Fix 'secret' variable
2016-01-14 11:22:01 +01:00
Josué
ce1535df79 Fix 'secret' variable - see issue : https://github.com/abeudin/ffsync_ynh/issues/17 2016-01-13 21:20:58 +01:00
Josué
7df5d04f0c Fix 'secret' variable - see issue : https://github.com/abeudin/ffsync_ynh/issues/17 2016-01-13 21:14:06 +01:00
abeudin
6eed9ad333 Update upgrade 2015-12-28 12:29:37 +01:00
abeudin
3b03d37175 Update install 2015-12-28 12:29:14 +01:00
abeudin
57b74c9ec5 Update install 2015-12-28 12:28:05 +01:00
abeudin
49f353817c Update upgrade 2015-12-28 12:27:48 +01:00
abeudin
50d801e655 Update upgrade 2015-12-28 12:26:40 +01:00
abeudin
e30b84324c Update install 2015-12-28 12:16:48 +01:00
Adrien Beudin
134de97aea update 1.5.2 2015-12-28 06:08:56 -05:00
abeudin
b9f8590619 Merge pull request #16 from Josue-T/patch-3
Correct final path
2015-11-26 11:47:54 +01:00
Josue-T
c28e14f6f4 Correct final path 2015-11-25 21:37:27 +01:00
abeudin
f55bb8019e Merge pull request #15 from Josue-T/patch-2
Add sudo to service command
2015-11-20 22:52:27 +01:00
Josue-T
f821f38d78 Add sudo 2015-11-20 21:46:50 +01:00
abeudin
5a76a7d085 Update upgrade 2015-08-28 10:09:19 +02:00
abeudin
8a5104edef Merge pull request #13 from Josue-T/patch-1
Update upgrade script
2015-07-07 18:18:21 +02:00
Josue-T
e96ee1117a Update upgrade script
When ffsync is running, we have an error while the upgrade :

The log of install :

```bash
+ sudo make build
virtualenv --python=`which python2 python | head -n 1` --no-site-packages ./local
New python executable in ./local/bin/python2
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/virtualenv.py", line 2378, in <module>
    main()
  File "/usr/lib/python3/dist-packages/virtualenv.py", line 830, in main
    symlink=options.symlink)
  File "/usr/lib/python3/dist-packages/virtualenv.py", line 999, in create_environment
    site_packages=site_packages, clear=clear, symlink=symlink))
  File "/usr/lib/python3/dist-packages/virtualenv.py", line 1316, in install_python
    shutil.copyfile(executable, py_executable)
  File "/usr/lib/python2.7/shutil.py", line 83, in copyfile
    with open(dst, 'wb') as fdst:
IOError: [Errno 26] Text file busy: './local/bin/python2'
Running virtualenv with interpreter /usr/bin/python2
Makefile:22: recipe for target 'local/COMPLETE' failed
make: *** [local/COMPLETE] Error 1
+ '[' -f /tmp/ffsync_swapfile ']'
```
2015-07-06 18:00:23 +02:00
abeudin
df6195d8ab Update upgrade 2015-06-10 12:02:08 +02:00
abeudin
6cd44afc71 remove service ffsync in web admin 2015-06-03 18:13:14 +02:00
abeudin
f22102e0ac Update install 2015-04-26 12:39:14 +02:00
abeudin
413adcbee5 Update install 2015-04-01 11:54:12 +02:00
abeudin
bf954be3ef Merge pull request #8 from matlink/patch-1
[upd] add status for service
2015-03-11 10:14:46 +01:00