aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-12-22 18:11:17 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-12-22 18:11:17 +1100
commit6b7799ff9bc6d193ff15993c96d12ee6d8e36b71 (patch)
treef91574babe10e2801036d682c18442b36741d892
parentPrint the returned error message if the Bugzilla request fails. (diff)
downloadtatt-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--README3
-rw-r--r--tatt.55
-rw-r--r--tatt/dot-tatt-spec1
3 files changed, 0 insertions, 9 deletions
diff --git a/README b/README
index 7b3a9e4..052326b 100644
--- a/README
+++ b/README
@@ -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'
diff --git a/tatt.5 b/tatt.5
index 9bd30de..14fa084 100644
--- a/tatt.5
+++ b/tatt.5
@@ -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/")