Update for release v0.2.
This commit is contained in:
parent
a813f31370
commit
c83c23fbaf
2 changed files with 18 additions and 1 deletions
17
debian/changelog
vendored
17
debian/changelog
vendored
|
@ -1,3 +1,20 @@
|
||||||
|
gitosis (0.2) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fix initial push syntax in README. Needs to say "refs/heads/".
|
||||||
|
* Clean up more files in debian/rules.
|
||||||
|
* Mark the generated egg as non-zip-safe.
|
||||||
|
* Ensure "git init" doesn't write to stdout, and confuse a push.
|
||||||
|
The repository autocreation functionality ends up sending the
|
||||||
|
stdout to the client side, and there a very confused git push
|
||||||
|
can't make any sense of the protocol.
|
||||||
|
* Adjust README to make adduser create the home directory.
|
||||||
|
* Avoid missing configuration file trouble on initial run
|
||||||
|
of gitosis-init (and hence, gitosis-run-hook).
|
||||||
|
* Allow using email address in SSH public key user fields.
|
||||||
|
* Make sure ~git/.ssh exists in gitosis-init.
|
||||||
|
|
||||||
|
-- Tommi Virtanen <tv@debian.org> Mon, 3 Sep 2007 23:28:23 -0700
|
||||||
|
|
||||||
gitosis (0.1) unstable; urgency=low
|
gitosis (0.1) unstable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ def subdir_contents(path):
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "gitosis",
|
name = "gitosis",
|
||||||
version = "0.1",
|
version = "0.2",
|
||||||
packages = find_packages(),
|
packages = find_packages(),
|
||||||
|
|
||||||
author = "Tommi Virtanen",
|
author = "Tommi Virtanen",
|
||||||
|
|
Loading…
Reference in a new issue