Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix URL description

...

Andreas Dilger: This query will return all patches on master which have requested landing by Olegthe Gerrit Gatekeeper, but are not yet merged, and have not changed in the last three days:

...

http://review.whamcloud.com/#q,(-verified<=-1+OR+(verified>=1+AND+-reviewer:maloo))+AND+status:open+AND+project:%255E.*lustre.*\+AND+age:7d,n,z (http://review.whamcloud.com/#q,(-verified<=-1+OR+(verified>=1+AND+-reviewer:maloo))+AND+status:open+AND+project:%255E.*lustre.*+AND+age:7d,n,z)

Chris Gearing: This query will return all the reviews that did not fully complete the review, test, build process before being merged. It's not fool-proof, merges can slip through the net but we'll work on that:

...