diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-12-22 18:11:17 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-12-22 18:11:17 +1100 |
commit | 6b7799ff9bc6d193ff15993c96d12ee6d8e36b71 (patch) | |
tree | f91574babe10e2801036d682c18442b36741d892 /tatt | |
parent | Print the returned error message if the Bugzilla request fails. (diff) | |
download | tatt-6b7799ff9bc6d193ff15993c96d12ee6d8e36b71.tar.gz tatt-6b7799ff9bc6d193ff15993c96d12ee6d8e36b71.tar.bz2 tatt-6b7799ff9bc6d193ff15993c96d12ee6d8e36b71.zip |
Remove references to atom-regexp.v0.4
Now that we have a bugzilla atom field and defined format, it is no longer
necessary to try and "pick" atoms out of a string.
Diffstat (limited to 'tatt')
-rw-r--r-- | tatt/dot-tatt-spec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tatt/dot-tatt-spec b/tatt/dot-tatt-spec index 020fbda..9c6686d 100644 --- a/tatt/dot-tatt-spec +++ b/tatt/dot-tatt-spec @@ -1,4 +1,3 @@ -atom-regexp=string(default="=?[^\s:,;<>]+/\S+-[0-9]?\S+[0-9][^\s:,;<>]?[a-z]*") successmessage=string(default="Archtested on @@ARCH@@: Everything fine") ignoreprefix=string_list(default=list("elibc_","video_cards_","linguas_","python_targets_","python_single_target_","kdeenablefinal","test","debug")) template-dir=string(default="/usr/share/tatt/templates/") |