RFS: slv2
Grammostola Rosea
rosea.grammostola at gmail.com
Tue Apr 21 14:31:39 UTC 2009
Jaromír Mikeš wrote:
>> 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.
>>
>>
>>
>> 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
>
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