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

21 commits

Author SHA1 Message Date
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
745f4243ad use helpers & uwsgi. Enable multi instance 2017-10-30 17:52:57 +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
05009d2414 Compliance with Yunohost’s package linter (except scripts/{backup,restore}) 2016-12-08 16:12:16 +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
49f353817c Update upgrade 2015-12-28 12:27:48 +01:00
abeudin
50d801e655 Update upgrade 2015-12-28 12:26:40 +01:00
Josue-T
c28e14f6f4 Correct final path 2015-11-25 21:37: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
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
Adrien Beudin
c6dbb53709 add logrotate 2015-02-16 11:59:22 +01:00
Adrien Beudin
c53e73afd6 firefox sync with gunicorn 2015-02-13 18:10:02 +01:00