Re: RFS: slv2

Jaromír Mikeš mira.mikes at seznam.cz
Mon Apr 20 15:05:35 UTC 2009


> Od: Free Ekanayaka &lt;<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/&lt;project>
>   JM> 2 $ git init
>   JM> 3 $ git add .
>   JM> 4 $ git commit -m 'Initial import of &lt;project> version &lt;version>'
>   JM> 5 $ git tag &lt;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/&lt;project>.git
>   JM> 7 $ git remote add alioth
> ssh://&lt;user>@git.debian.org/git/collab-maint/&lt;project>.git
>   JM> 8 $ git push alioth &lt;branchname>
>   JM> 9 $ git push alioth --tags
>   JM> ----------------
> 
> For new projects, I usually do something like:
> 
> ssh &lt;user>@git.debian.org
> cd /git/pkg-multimedia
> ./setup-repository &lt;project> "Project description"
> [logout]
> cd /path/to/local/&lt;project>
> git remote add alioth
> ssh://&lt;user>@git.debian.org/git/pkg-multimedia/&lt;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