Package: gitosis Version: 0.2+20080319-1 Severity: normal After installing gitosis and python-setuptools on my etch server, I get the following. Please version the git-core dependency. The #git IRC channel informed me that git init was added in git 1.5.0, so a dependency like git-core (>= 1.5.0) would fix this issue.
# su - git -c gitosis-init < ~pabs/.ssh/authorized_keys
git: 'init' is not a git-command
The most commonly used git commands are:
add Add files to the index file
apply Apply patch on a git index file and a work tree
archive Creates a archive of the files in the named tree
bisect Find the change that introduced a bug
branch List, create, or delete branches.
checkout Checkout and switch to a branch
cherry-pick Apply the change introduced by an existing commit
clone Clones a repository
commit Record your changes
diff Show changes between commits, commit and working tree, etc
fetch Download objects and a head from another repository
grep Print lines matching a pattern
init-db Creates an empty git repository
log Show commit logs
merge Grand Unified Merge Driver
mv Move or rename a file, directory or symlink
prune Prunes all unreachable objects from the object database
pull Pull and merge from another repository or a local branch
push Update remote refs along with associated objects
rebase Rebase local commits to a new head
reset Reset current HEAD to the specified state
revert Revert an existing commit
rm Remove files from the working tree and from the index
show Show one commit with difference it introduces
show-branch Show branches and their commits
status Show working tree status
tag Create a tag object signed with GPG
verify-tag Check the GPG signature of tag
(use 'git help -a' to get a list of all installed git commands)
Traceback (most recent call last):
File "/usr/bin/gitosis-init", line 7, in ?
sys.exit(
File
"/var/lib/python-support/python2.4/gitosis-0.2-py2.4.egg/gitosis/app.py", line
24, in run
return app.main()
File
"/var/lib/python-support/python2.4/gitosis-0.2-py2.4.egg/gitosis/app.py", line
38, in main
self.handle_args(parser, cfg, options, args)
File
"/var/lib/python-support/python2.4/gitosis-0.2-py2.4.egg/gitosis/init.py", line
136, in handle_args
user=user,
File
"/var/lib/python-support/python2.4/gitosis-0.2-py2.4.egg/gitosis/init.py", line
75, in init_admin_repository
template=resource_filename('gitosis.templates', 'admin')
File
"/var/lib/python-support/python2.4/gitosis-0.2-py2.4.egg/gitosis/repository.py",
line 54, in init
raise GitInitError('exit status %d' % returncode)
gitosis.repository.GitInitError: exit status 1
--
bye,
pabs
http://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part

