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

111 commits

Author SHA1 Message Date
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
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
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
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
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
Matlink
33db2ceb65 [fix] service is named ffsync not firefox-sync
there is a mistake, the service name is ffsync not firefox-sync
2015-03-10 21:47:54 +01:00
Julien Malik
1fa30a87ff [fix] do not use $final_path before it is defined 2015-02-22 10:23:06 +01:00
julienmalik
7df9f017d7 [fix] ensure ffsync user is created before it is used 2015-02-21 17:39:21 +01:00
Adrien Beudin
686d5850b0 update scripts 2015-02-20 12:14:45 +01:00
Adrien Beudin
c6dbb53709 add logrotate 2015-02-16 11:59:22 +01:00
abeudin
de2ff0b4c2 Update install 2015-02-14 19:22:41 +01:00
abeudin
75ebe1c549 Update install 2015-02-14 19:20:52 +01:00
abeudin
0c70ea0572 Update install 2015-02-14 19:17:42 +01:00
abeudin
ffddd07f59 Update install 2015-02-14 19:15:33 +01:00
abeudin
3a32a8a1c9 Update remove 2015-02-14 18:39:36 +01:00
julienmalik
389b1e2f08 [enh] do not apt-get install interactively 2015-02-14 18:10:48 +01:00
abeudin
e06f3dffde Update install 2015-02-14 18:09:20 +01:00
abeudin
a10b4ee943 Update remove 2015-02-14 09:59:35 +01:00
abeudin
6c05658c9a Update install 2015-02-14 09:57:22 +01:00
Adrien Beudin
c53e73afd6 firefox sync with gunicorn 2015-02-13 18:10:02 +01:00
abeudin
0c0f027b79 Update install 2014-12-30 17:43:29 +01:00
abeudin
bde94474d3 Update remove 2014-12-30 17:33:21 +01:00
abeudin
c62ecd6b62 Update install 2014-12-30 17:30:10 +01:00
abeudin
885b500deb Update install 2014-12-30 16:16:57 +01:00
abeudin
69da6780e5 Update install 2014-12-04 21:44:54 +01:00
Adrien Beudin
0d7e8fb9ae update ffsync 1.5 2014-11-15 16:24:32 +00:00
abeudin
95bad1e16d Update install 2014-01-07 14:42:21 +01:00
abeudin
fd54c8b7ab Update install 2013-12-16 15:15:15 +01:00
abeudin
2190ad5486 Update install 2013-12-12 12:30:20 +01:00
abeudin
232930b0a2 Update install 2013-12-12 12:17:25 +01:00
abeudin
318e0039c3 Update remove 2013-12-12 12:15:19 +01:00
root
027ac79654 first commit 2013-12-12 11:12:22 +00:00