Commit graph

240 commits

Author SHA1 Message Date
Alexandre Aubin
7b0cd76b2e Be able to selects which tests to run 2018-12-12 18:23:55 +00:00
Alexandre Aubin
2ba5f5bb3f Check postinstall has been done before running tests 2018-12-10 03:27:34 +01:00
Alexandre Aubin
480231e2c2
Merge pull request #43 from alexAubin/pr
Rewrite ynh-dev
2018-11-04 21:34:00 +01:00
Alexandre Aubin
8047f21eef
Merge branch 'master' into pr 2018-11-02 02:29:54 +01:00
Bram
749ce3b60f
Merge pull request #45 from FurryJulie/readme_typo
[doc] fix a minor typo in the README
2018-10-28 20:11:26 +01:00
Bram
d03b6c6773
Merge pull request #44 from FurryJulie/gitignore-vagrant
Add .vagrant in gitignore
2018-10-28 19:39:41 +01:00
FurryJulie
c8ff55b0fb [doc] fix a minor typo in the README 2018-10-28 18:57:44 +01:00
FurryJulie
dc6f6a6c4f Add .vagrant in gitignore 2018-10-28 18:31:23 +01:00
Alexandre Aubin
e0d6c188b2
Merge branch 'master' into pr 2018-10-23 20:01:27 +02:00
Bram
34dd108b24
[doc] add instruction to use upstream vagrant version 2018-10-07 17:19:37 +02:00
ljf
0aae327904 [fix] Remove a patch no longer needed 2018-10-04 14:24:32 +02:00
Alexandre Aubin
cafa686a27 Outdated README is outdated 2018-09-04 17:03:23 +02:00
Alexandre Aubin
220baef21d rm old file 2018-09-04 17:01:54 +02:00
Alexandre Aubin
5e39c65793 Point to yunohost repo so that's more relevant for the PR 2018-09-04 16:37:34 +02:00
Alexandre Aubin
b0b73cde1d Small fix for dependencies instructions 2018-09-04 13:37:02 +02:00
Alexandre Aubin
98d5a272a4 More reliable / simple way to list IPs 2018-09-04 02:31:28 +02:00
Alexandre Aubin
55068ff9a3 Zblerg⁴ 2018-09-04 02:28:20 +02:00
Alexandre Aubin
bb4224b8fb Rework README, integrate notes about LXC from ljf 2018-09-04 02:25:26 +02:00
Alexandre Aubin
acbf79377d Add optional name to interact with custom boxes 2018-09-04 01:17:41 +02:00
Alexandre Aubin
99cba1e489 Zblerg³ 2018-09-04 00:15:58 +02:00
Alexandre Aubin
c938674431 Zblerg² 2018-09-03 23:10:38 +02:00
Alexandre Aubin
7bff693e85 Zblerg 2018-09-03 23:01:08 +02:00
ljf
9b2dde7dd4 [enh] Add vagrant-lxc support 2018-08-10 00:45:37 +02:00
Laurent Peuch
f2311c1326 [doc] document vagrant snapshots 2018-06-27 14:25:42 +02:00
Laurent Peuch
ab8c88962e [doc] document other common operations with vagrant 2018-06-27 14:16:57 +02:00
Laurent Peuch
bc7c10bd10 [doc] inform on how to shutdown a box 2018-06-27 14:09:11 +02:00
Laurent Peuch
a638e7f819 [doc] we don't uses the unstable box anymore 2018-06-27 14:08:53 +02:00
Laurent Peuch
22480b2b01 [doc] inform of the purpose of the kill command 2018-06-27 14:08:42 +02:00
Bram
a3af5b5c55
[mod] we've moved to stretch 2018-06-25 09:30:54 +02:00
Bram
6f9bba76d4
Merge pull request #42 from YunoHost/stretch-support
[fix] support stretch for npm/gulp
2018-06-25 05:34:25 +02:00
Bram
1cb2f8bee6
[doc] add link to issue repporting 2018-06-23 21:34:41 +02:00
Laurent Peuch
64bff8280a [fix] support stretch for npm/gulp 2018-06-23 09:17:38 +02:00
Bram
f751ea305d
Merge pull request #41 from YunoHost/fix-locale-moulinette
[fix] locales moulinette go into locale folder
2018-06-17 03:27:39 +02:00
ljf (zamentur)
ebc5ca6d1c
[fix] locales moulinette go into locale folder 2018-06-11 12:23:50 +02:00
Nicolas Frandeboeuf
29a46a9f55 Install vagrant-vbguest if vsboxfs issue (#40) 2018-05-09 13:16:47 +02:00
M5oul
4e11066e40 [fix] use global symlink for 'moulinette'. (#37)
* [fix] use global symlink for 'moulinette'.

* Remove outdated message because of previous changes
2018-03-16 16:01:06 +01:00
Rafi59
9b4408505f [fix] Remove stable and testing because images do not exist anymore (#39)
* [fix] Remove stable and testing because the images do not exist anymore

*  [fix] Remove stable and testing because images do not exist anymore
2018-03-16 15:58:59 +01:00
Alexandre Aubin
1ce02a074f
Remove old warning about previous behavior (#38) 2018-02-09 01:40:08 +01:00
Laurent Peuch
cd1ceade89
Merge pull request #36 from kemenaran/macos-portability
Fix macOS/BSD portability
2018-01-14 16:41:53 +01:00
Laurent Peuch
dce8754d56
Update README.md 2018-01-07 14:49:34 +01:00
Pierre de La Morinerie
4d7e3182ff macOS/BSD: fix IP retrieval
`\s` for matching spaces is a GNU-sed extension.

The portable way is to use `[[:space]]` instead.
2017-10-16 11:45:01 +05:30
Pierre de La Morinerie
25c24071bc macOS/BSD: fix Vagrantfile in-place editing
* Unlike GNU-sed, BSD-sed `-i` option requires an explicit backup
  extension.
* Newlines are difficult to get right on different versions of `sed`.

This commit replaces the `sed` invocation with `perl`. It does the same
job with almost the same syntax, but avoids portability issues.
2017-10-16 11:44:53 +05:30
Alexandre Aubin
40b22fb02d Add unstable stretch box (#31) 2017-09-30 12:58:53 +02:00
M5oul
896e6a1e5c [enh] use 'root' user after ssh authentication. (#35) 2017-09-27 12:11:51 +02:00
ariasuni
0f9812d66d Error message instead of putting an invalid name in Vagrantfile (#33)
* Error message instead of putting an invalid name in Vagrantfile
* Suggested command doesn't work (#32)
2017-08-26 19:32:40 +02:00
e-lie
4750098185 Suggested command doesn't work (#32) 2017-08-26 18:34:55 +02:00
ljf (zamentur)
1cde7fabe7 [fix] Missing dependency: mock (#29) 2017-08-08 17:46:03 +02:00
Alexandre Aubin
f95b17db79 Improve formating and formulations 2017-08-05 23:57:15 +02:00
Alexandre Aubin
514c59834e Updating README according to recent improvements 2017-08-05 19:55:23 +02:00
Laurent Peuch
eb9b335a33 [mod] new files in moulinette 2017-08-05 12:13:21 +02:00