mirror of
https://github.com/oskar456/dzonegit.git
synced 2024-05-11 05:55:41 +00:00
Compare commits
3 Commits
zonerelfil
...
v014
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8f952086aa | ||
|
|
83a4049821 | ||
|
|
15cdae67ee |
2
setup.py
2
setup.py
@@ -5,7 +5,7 @@ readme = Path(__file__).with_name("README.rst").read_text()
|
||||
|
||||
setup(
|
||||
name="dzonegit",
|
||||
version="0.13",
|
||||
version="0.14",
|
||||
description="Git hooks to manage a repository of DNS zones",
|
||||
long_description=readme,
|
||||
long_description_content_type="text/x-rst",
|
||||
|
||||
@@ -15,6 +15,8 @@ def git_dir(tmpdir_factory):
|
||||
d = tmpdir_factory.getbasetemp()
|
||||
d.chdir()
|
||||
subprocess.call(["git", "init"])
|
||||
subprocess.call(["git", "config", "user.name", "dzonegit pytest"])
|
||||
subprocess.call(["git", "config", "user.email", "nonexistent@example.com"])
|
||||
return d
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user