RFS: slv2

Grammostola Rosea rosea.grammostola at gmail.com
Tue Apr 21 14:31:39 UTC 2009


Jaromír Mikeš wrote:
>> 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.
>>
>>
>>
>> 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
>
should 'user' be replaced by the alioth login name?

I get:

bash: lt: command not found




More information about the pkg-multimedia-maintainers mailing list