Anyone feeling awesome at regex?

From: Steve Jenkins <stevejenkins_at_gmail.com>
Date: Wed, 12 Jun 2013 16:10:02 -0700

Good news #1 is that I successfully added OpenDKIM to Fedora's automated
Upstream Release Monitoring, as shown here:

http://fedoraproject.org/wiki/Upstream_release_monitoring

Good news #2 is that it worked for the first time today, creating a RedHat
Bugzilla entry, assigning it to me, and then notifying me:

https://bugzilla.redhat.com/show_bug.cgi?id=973541

The bad news is that configured as-is (using the "built for Sourgeforce"
defaults), the monitor will create new Bugzilla entries for me on EVERY
beta release, which is not what I want. I only want a new bug on a full
release version, which I can then resolve with the release of an updated
pacakge.

The Fedora Upstream Release Monitor works with regex, and it's applying
this expression:

\b<package
name>[-_]([^-/_\s]+?)(?i)(?:[-_](?:src|source))?\.(?:tar|t[bglx]z|tbz2|zip)\b

to this URL:

http://sourceforge.net/api/file/index/project-name/opendkim/mtime/desc/limit/20/rss

I suck at regex, so would there happen to be a kind regex stud in our clan
who might propose a better expression for me that will only pick up the
non-beta releases?

Thanks!

SteveJ
Received on Wed Jun 12 2013 - 23:10:20 PST

This archive was generated by hypermail 2.3.0 : Wed Jun 12 2013 - 23:18:01 PST