Merge pull request #17463 from dolibit-ut/patch-314
Update README.howto
This commit is contained in:
commit
c79ce650cd
@ -51,16 +51,17 @@ export DEBEMAIL="eldy@destailleur.fr"
|
|||||||
|
|
||||||
export QUILT_PATCHES=debian/patches
|
export QUILT_PATCHES=debian/patches
|
||||||
|
|
||||||
# To use Alioth.debian.org
|
|
||||||
* Create an account login
|
# Note: alioth.debian.org is outdated --> https://alioth-archive.debian.org/ --> https://salsa.debian.org/public
|
||||||
* Update your ~/.ssh/config file to add:
|
* Create an account login
|
||||||
Host svn.debian.org git.debian.org bzr.debian.org hg.debian.org darcs.debian.org arch.debian.org
|
* Update your ~/.ssh/config file to add:
|
||||||
|
Host svn.debian.org git.debian.org bzr.debian.org hg.debian.org darcs.debian.org arch.debian.org
|
||||||
User eldy-guest
|
User eldy-guest
|
||||||
IdentityFile ~/.ssh/id_rsa
|
IdentityFile ~/.ssh/id_rsa
|
||||||
* Check login on page https://alioth.debian.org/users/login
|
* Check login on page https://alioth.debian.org/users/login
|
||||||
Ex: https://alioth.debian.org/users/eldy-guest
|
Ex: https://alioth.debian.org/users/eldy-guest
|
||||||
* Setup your ssh as described into page: http://wiki.debian.org/Alioth/SSH
|
* Setup your ssh as described into page: http://wiki.debian.org/Alioth/SSH
|
||||||
* Ask to be included into project collab-maint: http://alioth.debian.org/projects/collab-maint/
|
* Ask to be included into project collab-maint: http://alioth.debian.org/projects/collab-maint/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -98,21 +99,21 @@ Ex: https://alioth.debian.org/users/eldy-guest
|
|||||||
|
|
||||||
- Post an ITP with reportbugs :
|
- Post an ITP with reportbugs :
|
||||||
> reportbug -B debian --email username@domain.tld wnpp
|
> reportbug -B debian --email username@domain.tld wnpp
|
||||||
See page http://www.debian.org/devel/wnpp/#l1 for example of ITP requests contents.
|
See page https://www.debian.org/devel/wnpp/#l1 for example of ITP requests contents.
|
||||||
|
|
||||||
- Wait until you received bug number.
|
- Wait until you received bug number.
|
||||||
For first ITP submission of Dolibarr, bug id was 634783.
|
For first ITP submission of Dolibarr, bug id was 634783.
|
||||||
|
|
||||||
- Check bug is into database by searching with id on
|
- Check bug is into database by searching with id on
|
||||||
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634783
|
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=634783
|
||||||
|
|
||||||
- Add a line for upstream into file changelog with bug number
|
- Add a line for upstream into file changelog with bug number
|
||||||
|
|
||||||
- Call for a mentor on ML debian-mentors to upload packages
|
- Call for a mentor on ML debian-mentors to upload packages
|
||||||
|
|
||||||
- Once package is uploaded, following URL are available:
|
- Once package is uploaded, following URL are available:
|
||||||
http://packages.qa.debian.org/package.html
|
https://packages.qa.debian.org/package.html
|
||||||
http://bugs.debian.org/package
|
https://bugs.debian.org/package
|
||||||
|
|
||||||
|
|
||||||
##### Modify severity of a bug ticket
|
##### Modify severity of a bug ticket
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user