1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
Christopher Manning
3ecf38b401 Vagrantfile: use recommended bootstrap scripts for provisioning
Also remove an incorrect command from the Vagrant instructions in
`docs/contributing.rst`.
2015-10-27 17:34:18 -05:00
Jakub Warmuz
a462e38cab Update package references after subdirs rename. 2015-07-11 04:33:07 +00:00
Jakub Warmuz
b9df69af9f Basic dev/test setup for separate package subdirectories. 2015-07-10 16:38:42 +00:00
Jakub Warmuz
8ba5166563 Vagrant: remove explicit git-core install 2015-06-12 11:54:12 +00:00
William Budington
93c09f19be Install git-core for vagrant (smaller dependency) and add comment 2015-05-22 11:23:18 -07:00
William Budington
eebe710884 Vagrantfile: add git to requirements, and install from requirements.txt and dev deps 2015-05-21 16:41:37 -07:00
William Budington
73021673ff Fix for Vagrantfile: pip install -e ., so we don't break on git requirement 2015-05-20 18:56:07 -07:00
Jakub Warmuz
c185480ae9 setup.cfg aliases don't work with pip 2015-05-04 14:02:03 +00:00
Jakub Warmuz
a2df245567 Temporary fox for ConfigArgParse#17 2015-05-04 11:56:09 +00:00
Jakub Warmuz
cd90df8920 Update Travis and Vagrantfile to use sudo 2015-04-14 14:57:53 +00:00
Jakub Warmuz
12346b368a Bootstrap scripts (fixes: #302) 2015-03-23 08:56:29 +00:00
Garrett Robinson
5eb007cc31 Add Vagrantfile, document use
* Adds workaround to setup.py for issue with Vagrant sync filesystem and
  hard linking (used by distutils in Python < 2.7.9). This workaround is
  only used in a Vagrant environment.
* Adds Vagrant-related files to .gitignore
2015-03-21 12:51:33 -07:00