38 Commits
Author SHA1 Message Date
ohemorangeandGitHub 05ad539255 git ignore pytest cache (#6340) 2018-09-05 18:05:48 -07:00
Brad Warrenandohemorange e178bbfdf5 Release script improvements (#6337)
* Add error checking and automatic logging.

* Ignore release dir and logs

* Don't always require PGP card and fix script cmd.

* keep track of default GPG key

* Add PGP card sanity check after offline signature

* fix typo

* I'm tired of pressing y.

* Automate running tools/offline-sigrequest.sh.

* Update comment and make output more readable.
2018-09-05 14:10:05 -07:00
ohemorangeandBrad Warren 2d31598484 Get mypy tox env running in the current setup (#5861)
* get mypy tox env running in the current setup

* use any python3 with mypy

* pin mypy dependencies
2018-04-12 15:47:39 -07:00
Brad WarrenandGitHub 49edf17cb7 ignore .docker (#5477) 2018-02-13 09:52:04 -08:00
Joona HoikkalaandJacob Hoffman-Andrews a1713c0b79 Broader git ignore for pytest cache files (#5361)
Make gitignore take pytest cache directories in to account, even if
they reside in subdirectories.

If pytest is run for a certain module, ie. `pytest certbot-apache` the
cache directory is created under `certbot-apache` directory.
2018-01-05 11:08:38 -08:00
Brad Warrenandohemorange 5388842e5b Fix pytest on macOS in Travis (#5360)
* Add tools/pytest.sh

* pass TRAVIS through in tox.ini

* Use tools/pytest.sh to run pytest

* Add quiet to pytest.ini

* ignore pytest cache
2018-01-03 17:49:22 -08:00
Blake GriffithandBrad Warren 49d46ef99a Impelment account deactivation [revision requested] (#3571)
Impelment account deactivation
2017-01-17 16:00:07 -08:00
Joona HoikkalaandBrad Warren b65ea31b42 Add rope directory to gitignore (#3554)
* Ignore .ropeproject
2016-09-28 10:42:00 -07:00
Jacob Hoffman-Andrews cb9921f4b1 Add more ignored files to gitignore. 2016-08-10 11:14:39 -07:00
Brad Warren ae6f1c62f1 Rename misc files 2016-04-14 10:20:23 -07:00
Brad Warren 4a17294654 Remove sigfileball and add it to gitignore 2016-03-10 13:35:06 -08:00
Brad Warren f1bfbadbdb Don't track releases folder 2016-03-01 11:21:40 -08:00
Brad Warren 113774746d Ignore venv in letstest dir 2016-02-02 13:44:44 -08:00
Brad Warren 4156d1cecc Ignore log directories and key files 2015-12-23 12:28:57 -05:00
Jakub Warmuz 3c08b512c3 Simple dev release script 2015-09-27 16:12:50 +00:00
Jakub Warmuz 96f12fe668 Gitignore /.tox/ 2015-07-17 08:10:49 +00:00
Jakub Warmuz 7f46e69454 Update ignore files to remove shared tox.venv 2015-07-12 15:30:51 +00:00
Jakub Warmuz a876a664df Add py3 tox tests for acme.jose 2015-07-12 11:37:56 +00:00
Jakub Warmuz db1e078c06 Shared tox envdir 2015-07-10 16:40:46 +00:00
Brad Warren 13913fd8e0 Added traceback dump 2015-06-30 12:57:51 -07:00
James Kasten 5027d70002 Ignore pycharm project files 2015-06-26 09:30:10 -07:00
Jakub Warmuz e51f300ee6 Merge remote-tracking branch 'github/letsencrypt/master' into csr
Conflicts:
	letsencrypt/cli.py
	letsencrypt/client.py
	letsencrypt/tests/client_test.py
2015-06-25 13:36:41 +00:00
Jakub Warmuz d3ad5f8b56 gitignore: +htmlcov, -m3, reorg 2015-06-02 10:41:33 +00:00
Jakub Warmuz b76e8b6c41 Revert "Update unit tests for determine_authenticator"
This reverts commit 79f5ebe734.
2015-04-22 09:02:39 +00:00
yan 995b5622f8 Fix most pylint errors 2015-04-17 22:24:19 -07:00
Garrett Robinson 79f5ebe734 Update unit tests for determine_authenticator
The last commit refactored determine_authenticator to take a mapping of
authenticator names to authenticators instead of a list of
authenticators. This commit updates the existing unit tests to work with
this refactor.
2015-04-09 15:46:19 -07:00
Garrett Robinson 73824c859a Ignore emacs autosave files 2015-04-09 15:45:18 -07:00
James Kasten ce2a6b7c5a Merge branch 'restification'
Conflicts:
	.gitignore
	CONTRIBUTING.rst
2015-03-21 14:03:36 -07: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
William BudingtonandUbuntu 75e4e5d48b Gitignore .swp for vim 2015-03-20 20:56:44 +00:00
Jakub Warmuz d40a7acf8a gitignore: .coverage is a file 2014-11-27 22:49:15 +01:00
Jakub Warmuz 93291feb58 Ignore .coverage 2014-11-27 20:57:24 +01:00
Jakub Warmuz 300a4f0b45 Use tox for tests 2014-11-22 15:04:36 +01:00
Jakub Warmuz 3ce1679717 Virtualenv setup. Fixes $41. 2014-11-21 17:45:13 +01:00
Jakub Warmuz 8dc8ceca2d gitignore setuptools artifacts 2014-11-19 13:29:02 +01:00
James Kasten d3708e1e79 Remove trustify/attic related code from setup.py
Conflicts:
	.gitignore
	setup.py
2014-11-18 18:39:39 -08:00
Faidon Liambotis b8d3aab7a5 Move protocol and client into Python modules
Shuffle files around in an initial attempt of creating trustify,
trustify.protocol and trustify.client Python modules. The reference
implemntation of the server remains where it was for now.
2012-08-12 07:49:45 +03:00
Seth Schoen d18c7f6eee some .gitignore files to suppress display of generated files in git 2012-07-14 13:49:58 -07:00