REVU-Tools

Differences between revisions 2 and 3
Revision 2 as of 2006-02-04 12:54:27
Size: 1067
Editor: bur91-2-82-231-159-240
Comment:
Revision 3 as of 2006-02-06 10:55:35
Size: 1435
Editor: bur91-2-82-231-159-240
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
revu-report $package_blahblah.dsc $upstream revu-report
Line 23: Line 23:
Note: revu-report detects the dsc, the orig and the upstream tarball automagically. If there are several dsc files in the directory and/or several files that could be upstream tarballs, you'll have to run:

{{{
cd /var/revu/revu1-incoming/$package-$date
wget $url
revu-report $tarball $dscfile
}}}

Line 24: Line 33:
 * Whether the package FTBFS
 * Whether the upstream tarball has been changed
 * Whether `debuild && debuild -S -sa` generates files in diff.gz outside of debian/
 * Whether lintian and linda are happy about the package
 * Whether the package is a Debian-native (no orig.tar.gz + diff.gz) ;
* Whether the package FTBFS ;
 * Whether the upstream tarball has been changed or repacked ;
 * Whether `debuild && debuild -S -sa` generates files in diff.gz outside of debian/ ;
 * Whether lintian and linda are happy about the package.

What is REVU-Tools

REVU-Tools is a set of scripts used on [:REVU] to automatize the reviewing process.

It is included in the REVU svn, and distributed on http://revu.tauware.de/~raphink .

How to use it

On [:REVU], only REVU admins can run these tools. If you are not a REVU admin, ask one to run it on the package you want to review.

If you are a review admin, wanting to review a $package updated on $date, and $url is the url of the $upstream tarball, run

cd /var/revu/revu1-incoming/$package-$date
wget $url
revu-report

This will generate report files in the current directory, that will appear on the REVU interface.

Note: revu-report detects the dsc, the orig and the upstream tarball automagically. If there are several dsc files in the directory and/or several files that could be upstream tarballs, you'll have to run:

cd /var/revu/revu1-incoming/$package-$date
wget $url
revu-report $tarball $dscfile

The main file to look at is REVU_report, that gathers most of the useful informations gotten from the scripts :

  • Whether the package is a Debian-native (no orig.tar.gz + diff.gz) ;
  • Whether the package FTBFS ;
  • Whether the upstream tarball has been changed or repacked ;
  • Whether debuild && debuild -S -sa generates files in diff.gz outside of debian/ ;

  • Whether lintian and linda are happy about the package.


[:CategoryMOTU]

MOTU/Packages/REVU/REVU-Tools (last edited 2009-05-10 20:16:29 by 213-148-201-39)