Re: RFS: slv2
Jaromír Mikeš
mira.mikes at seznam.cz
Mon Apr 20 15:05:35 UTC 2009
> Od: Free Ekanayaka <<a href="mailto:freee at debian.org">freee at debian.org</a>>
> 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.
Thank you for your help,
It should be uploaded now.
I think this mini how-to should be published, it is imposible for newcomers find out how really upload to git.
Should I upload jkmeter and jnoise packages too?
They are now in better condition then before ... I've used newer debhelper.
regards
mira
More information about the pkg-multimedia-maintainers
mailing list