REVU

Differences between revisions 1 and 25 (spanning 24 versions)
Revision 1 as of 2005-06-26 17:37:38
Size: 604
Editor: p5494D04C
Comment:
Revision 25 as of 2005-12-26 01:22:28
Size: 3202
Editor: bur91-2-82-231-159-240
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
revu is the current working name of a review tool for [:MOTU] Uploads.
This service is highly experimental at the moment and involves quite some
manual interaction. The service is located at http://siretart.tauware.de/revu
{{{
 ATTENTION: REVU HAS MOVED! Please update your dput.cf
}}}

[http://revu.tauware.de/ revu] is a web-based tool to allow people who have worked on packages a chance to "put their packages out there" for other people to look at and comment on in a structured manner.
Once a packager's PGP Key has been added to the keyring, the packager can begin to upload his packages to REVU. They are then commented by reviewers and the packager can send updates of his package to REVU till it gets advocated by at least 2 MOTUs. When that point is reached, a MOTU uploads the approved package to Universe.

This service is experimental at the moment and involves quite some
manual interaction. The service is located at http://revu.tauware.de/

== To register as uploader ==

Note: It is not necessary to GetYourKeySigned, but it is a good idea anyway. Please send a signed email with your GnuPG keyid to keyring@tiber.tauware.de. One of the revu admins will add you then to the uploaders keyring (== Upload rights for revu). You don't need a password for uploading, just for logging in at the website and replying to comments.

Please note that all uploaders for universe have been added to the revu keyring!

== Howto login ==

After your first upload, you will be automatically registered to the database and
assigned a random password. Use your email address you used in the changelog file of
your upload as login and press the 'recover password' link.
Line 8: Line 26:
siretart@tauware.de. I will add you as Reviewer to the database and add
your key to the uploaders keyring
keyring@tiber.tauware.de. We will mark you as Reviewer in the database.
Line 11: Line 28:
== To register as uploader == == Howto upload ==
Line 13: Line 30:
Please send a signed email with your GnuPG keyid to siretart@tauware.de. I will
add you then to the uploaders keyring.
The upload process is similar to uploading to ubuntu, see [:Uploads]. Here is a dput snippet:
{{{
  [revu]
  fqdn = revu.tauware.de
  incoming = /incoming
  login = anonymous
}}}

Don't forget to adjust your [DEFAULT] section to have an entry like this:
{{{
  default_host_main = revu
}}}

Please do only signed uploads, and please always include the orig tarball. Otherwise reviewers won't be able to look at your extracted source package. When building with dpkg-buildpackage, you can use options "-S -sa -rfakeroot" to build only the source package and also include the original source in the package.

After the package is built, you can use dput with the above config file changes to upload it by specifying just the *_source.changes file that was created, ie. dput *_source.changes. If your firewall requires a passive FTP, dput will seem to hang while uploading. In that case, try "dput -P *_source.changes".

If you are reuploading a changed package (after receiving reviews), you may get an error like this:
{{{
  Upload package to host revu
  Already uploaded to tauware.de
  Doing nothing for myapp_source.changes
}}}
To fix, add the -f option to dput to force the upload.

Processing of uploads is done every 5 min. So, if your upload doesn't show up, please contact siretart@tauware.de or siretart in #ubuntu-motu


== Feature Requests ==
please use [http://revu.tauware.de/cgi-bin/trac.cgi The revu-Development-Center] for feature requests and bug reports.

["CategoryMOTU"]

 ATTENTION: REVU HAS MOVED! Please update your dput.cf

[http://revu.tauware.de/ revu] is a web-based tool to allow people who have worked on packages a chance to "put their packages out there" for other people to look at and comment on in a structured manner. Once a packager's PGP Key has been added to the keyring, the packager can begin to upload his packages to REVU. They are then commented by reviewers and the packager can send updates of his package to REVU till it gets advocated by at least 2 MOTUs. When that point is reached, a MOTU uploads the approved package to Universe.

This service is experimental at the moment and involves quite some manual interaction. The service is located at http://revu.tauware.de/

To register as uploader

Note: It is not necessary to GetYourKeySigned, but it is a good idea anyway. Please send a signed email with your GnuPG keyid to keyring@tiber.tauware.de. One of the revu admins will add you then to the uploaders keyring (== Upload rights for revu). You don't need a password for uploading, just for logging in at the website and replying to comments.

Please note that all uploaders for universe have been added to the revu keyring!

Howto login

After your first upload, you will be automatically registered to the database and assigned a random password. Use your email address you used in the changelog file of your upload as login and press the 'recover password' link.

To register as reviewer

Please send a signed and encrypted mail with your password and GnuPG keyid to keyring@tiber.tauware.de. We will mark you as Reviewer in the database.

Howto upload

The upload process is similar to uploading to ubuntu, see [:Uploads]. Here is a dput snippet:

  [revu]
  fqdn = revu.tauware.de
  incoming = /incoming
  login = anonymous

Don't forget to adjust your [DEFAULT] section to have an entry like this:

  default_host_main = revu

Please do only signed uploads, and please always include the orig tarball. Otherwise reviewers won't be able to look at your extracted source package. When building with dpkg-buildpackage, you can use options "-S -sa -rfakeroot" to build only the source package and also include the original source in the package.

After the package is built, you can use dput with the above config file changes to upload it by specifying just the *_source.changes file that was created, ie. dput *_source.changes. If your firewall requires a passive FTP, dput will seem to hang while uploading. In that case, try "dput -P *_source.changes".

If you are reuploading a changed package (after receiving reviews), you may get an error like this:

  Upload package to host revu
  Already uploaded to tauware.de
  Doing nothing for myapp_source.changes

To fix, add the -f option to dput to force the upload.

Processing of uploads is done every 5 min. So, if your upload doesn't show up, please contact siretart@tauware.de or siretart in #ubuntu-motu

Feature Requests

please use [http://revu.tauware.de/cgi-bin/trac.cgi The revu-Development-Center] for feature requests and bug reports.

["CategoryMOTU"]

MOTU/Packages/REVU (last edited 2011-12-08 16:58:49 by static-50-53-26-176)