RFS: slv2
Free Ekanayaka
freee at debian.org
Mon Apr 20 10:49:44 UTC 2009
Hi Mira,
|--==> On Mon, 20 Apr 2009 12:16:14 +0200 (CEST), Jaromír Mikeš <mira.mikes at seznam.cz> said:
JM> This is probably starting point if I want create git and upload:
JM> --------------
JM> 1 $ cd /path/to/sources/<project>
JM> 2 $ git init
JM> 3 $ git add .
JM> 4 $ git commit -m 'Initial import of <project> version <version>'
JM> 5 $ git tag <version>
It's better and easier to:
git-import-dsc your-source-package.dsc
please have a look to git-buildpackage.
JM> --------------
JM> 6 $ cd /path/to/<project>.git
JM> 7 $ git remote add alioth ssh://<user>@git.debian.org/git/collab-maint/<project>.git
JM> 8 $ git push alioth <branchname>
JM> 9 $ git push alioth --tags
JM> ----------------
For new projects, I usually do something like:
ssh <user>@git.debian.org
cd /git/pkg-multimedia
./setup-repository <project> "Project description"
[logout]
cd /path/to/local/<project>
git remote add alioth ssh://<user>@git.debian.org/git/pkg-multimedia/<project>.git
git push alioth master
git push alioth --tags
JM> I was asked for password on step 8 I put my alioth-account passw and get this output:
JM> fatal: '/git/collab-maint/lv2core.git': unable to chdir or not a git archive
JM> fatal: The remote end hung up unexpectedly
That's because you're using the collab-maint repository, that you're
probably not member of. Please use the pkg-multimedia repository.
Ciao!
Free
More information about the pkg-multimedia-maintainers
mailing list