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 | |
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.
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | tatt.5 | 5 | ||||
-rw-r--r-- | tatt/dot-tatt-spec | 1 |
3 files changed, 0 insertions, 9 deletions
@@ -80,9 +80,6 @@ The specification of the configuration file can be found in dot-tatt-spec which ####### EXAMPLE ~/.tatt ############ # Here we show the possible options together with their default values -# Regular expression to identify a portage atom -# atom-regexp='=?[^\s:,;<>]+/\S+-[0-9]?\S+[0-9][^\s:,;<>]?[a-z]*' - # Message for the success script @@ARCH@@ will be replaced by arch # successmessage='Archtested on @@ARCH@@: Everything fine' @@ -10,11 +10,6 @@ The specification of the configuration file can be found in dot-tatt-spec which usually resides \fI /usr/lib/${python}/site-packages/tatt \fI .SH EXAMPLE ~/.tatt -.B -# Regular expression to identify a portage atom -.br -#atom-regexp='=?[^\s:,;<>]+/\S+-[0-9]?\S+[0-9][^\s:,;<>]?[a-z]*' - .br # Message for the success script @@ARCH@@ will be replaced by arch .br 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/") |