Commit graph

360 commits

Author SHA1 Message Date
Maniack Crudelis
1a5c8319ff Missing interrupt 2017-11-20 16:22:09 +01:00
Maniack Crudelis
582ea0e713
Remove temporary wget dump 2017-11-15 19:28:34 +01:00
Maniack Crudelis
258dff95ce
Check resources of main page 2017-11-15 19:11:36 +01:00
Maniack Crudelis
1487919656
Merge pull request #35 from kemenaran/fix-snap2-creation
launcher: fix creation of snap2
2017-11-12 22:50:24 +01:00
Maniack Crudelis
2006e86635
Typo fix 2017-11-12 22:50:03 +01:00
Maniack Crudelis
0c841b6bbc Add new feature upgrade from commit 2017-11-12 19:00:23 +01:00
Maniack Crudelis
dbb7e9f9e7 Allow private test without is_public arg 2017-11-11 18:06:53 +01:00
Maniack Crudelis
abb6d1e7cf Print html with lynx instead of curl 2017-11-11 17:27:44 +01:00
Maniack Crudelis
b7c5649451 Allow multi-instance without subpath 2017-11-11 16:53:11 +01:00
Maniack Crudelis
eee83b8500 Support spaces in files name 2017-11-11 00:46:22 +01:00
Maniack Crudelis
ce12c1b4b5
A little mistake... 2017-10-30 17:05:07 +01:00
Maniack Crudelis
e624d432b3
Merge pull request #33 from kemenaran/fix-bridge-check
lxc_check: fix bridge check
2017-10-30 17:00:14 +01:00
Pierre de La Morinerie
c920e3d5f3 launcher: fix creation of snap2
When snap1 doesn't exist, `lxc-snapshot` will create a snapshot named
`snap1` (instead of `snap2`). In this case we need to rename snap1 into
snap2.

However the condition check is wrong: after creating the snapshot,
`snap1` will *always* exist – even if it didn't before. Thus the
renaming never happens.

Fix the issue by detecting the absence of snap2 (rather than snap1).
2017-10-25 10:28:58 +05:30
Pierre de La Morinerie
f86a8482f6 lxc_check: fix bridge check 2017-10-25 09:34:25 +05:30
Maniack Crudelis
a3453177f0 Merge pull request #34 from kemenaran/better-explain-failures
testing_process: better explain why public/private test fails
2017-10-24 23:03:09 +02:00
Maniack Crudelis
228345bc0e Merge pull request #36 from YunoHost/pre_install
Pre install
2017-10-24 21:40:31 +02:00
Maniack Crudelis
2ec5834a98 Update readme 2017-10-24 21:32:39 +02:00
Pierre de La Morinerie
421e280edb testing_process: better explain why public/private test fails 2017-10-23 10:19:56 +05:30
Maniack Crudelis
8f1785ee0c Add time in the lock file 2017-10-22 23:21:52 +02:00
Maniack Crudelis
33f261d858 Add pre-install script feature 2017-10-20 22:36:37 +02:00
Maniack Crudelis
40c1c1b7f2 Merge branch 'master' of github.com:yunohost/package_check 2017-10-04 02:01:34 +02:00
Maniack Crudelis
44d6729611 Root install by default 2017-10-04 02:01:14 +02:00
Maniack Crudelis
d5b6a873dc Merge pull request #23 from Jibec/master
typo
2017-09-13 16:49:46 +02:00
Jean-Baptiste
8c6c88cb70 Merge pull request #1 from Jibec/Jibec-patch-1
typo
2017-09-13 16:41:56 +02:00
Jean-Baptiste
7e322e9fc6 typo 2017-09-13 16:41:38 +02:00
Maniack Crudelis
22d9ba284b You've seen nothing ;) 2017-09-07 20:49:12 +02:00
Maniack Crudelis
6baf1bd7bc Fix config file regression 2017-09-07 12:53:51 +02:00
Maniack Crudelis
8ccd77b3cf Fix config file 2017-09-07 00:44:46 +02:00
Maniack Crudelis
20026923b0 stretch compatibility 2017-09-07 00:06:56 +02:00
JimboJoe
f62fdede0a [micro-decision] Clarify --force-install-ok option description 2017-09-04 07:23:27 +02:00
Maniack Crudelis
8fb8d3249c Fix multiinstance for private apps 2017-08-26 02:31:14 +02:00
Maniack Crudelis
6eb3183ad4 Fix multiple iface 2017-08-24 11:46:23 +02:00
Maniack Crudelis
8c896cff8b Fix grep iface instead of main_iface 2017-08-23 01:02:24 +02:00
Maniack Crudelis
5d097c8386 Fix grep main iface 2017-08-23 01:00:02 +02:00
Maniack Crudelis
737dbcf094 Merge pull request #21 from YunoHost/faster_snapshot
Faster snapshot
2017-08-12 23:57:11 +02:00
Maniack Crudelis
8408a70934 Fix snapshots usage 2017-08-12 20:04:38 +02:00
Maniack Crudelis
1abf547935 Use rsync instead of lxc-snapshot for temporary snapshot 2017-08-12 01:19:31 +02:00
Maniack Crudelis
f4900acc60 Fix xmpp notification about level 2017-08-11 17:16:56 +02:00
Maniack Crudelis
c4aac9feb9 Force dns par défaut 2017-08-06 01:07:12 +02:00
Maniack Crudelis
ff09152913 Fix some issues with auto-upgrade 2017-08-04 19:27:12 +02:00
Maniack Crudelis
a34d8db619 Fix app_id error 2017-07-31 12:08:59 +02:00
Maniack Crudelis
39f2e6f551 --system instead of --hooks 2017-07-18 21:11:21 +02:00
Maniack Crudelis
ed69dfb7d6 Merge branch 'master' of github.com:YunoHost/package_check 2017-06-27 11:48:13 +02:00
Maniack Crudelis
12f0295fdb Minor fixes 2017-06-27 11:47:08 +02:00
Maniack Crudelis
e8cab89067 Merge pull request #18 from JocelynDelalande/patch-1
[fix] typo
2017-06-21 12:44:50 +02:00
JocelynDelalande
7b0a265de5 [fix] typo 2017-06-21 11:32:14 +02:00
Maniack Crudelis
4007177ea5 Fix LXC_CONNECT_INFO 2017-06-18 18:23:22 +02:00
Maniack Crudelis
386634d751 New test reinstall after remove 2017-06-17 20:24:50 +02:00
Maniack Crudelis
b1beb0c1bd Add verbose title for each level 2017-06-03 00:56:54 +02:00
Maniack Crudelis
087dc849fd ReFix backup issue 2017-05-29 18:36:07 +02:00