diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-05-14 13:12:06 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-06-05 14:53:47 +0200 |
commit | cc0d8793eb46476b0b2f6ca39eb631d267750f18 (patch) | |
tree | 2c67f8291dade940b524a47a894f1358e3be23cd /data | |
parent | 831e3e73846813c09dd21b5bd9189f5720acae89 (diff) | |
download | bugzilla-triage-cc0d8793eb46476b0b2f6ca39eb631d267750f18.tar.gz |
New release 0.105.
* bumping the metadata
* when doing makeBacktraceAttachment conditional, we could loose
titleParsedAttachment, which we need in RHBZInit. Moved to rhbzpage.js
Diffstat (limited to 'data')
-rw-r--r-- | data/rhlib/makeBacktraceAttachment.js | 1 | ||||
-rw-r--r-- | data/rhlib/rhbzpage.js | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/data/rhlib/makeBacktraceAttachment.js b/data/rhlib/makeBacktraceAttachment.js index 9fc72bc..c0e8389 100644 --- a/data/rhlib/makeBacktraceAttachment.js +++ b/data/rhlib/makeBacktraceAttachment.js @@ -1,6 +1,5 @@ //Released under the MIT/X11 license //http://www.opensource.org/licenses/mit-license.php -var titleParsedAttachment = "Part of the thread where crash happened"; /** * diff --git a/data/rhlib/rhbzpage.js b/data/rhlib/rhbzpage.js index 881bba9..b263d98 100644 --- a/data/rhlib/rhbzpage.js +++ b/data/rhlib/rhbzpage.js @@ -15,6 +15,7 @@ var RawhideColor = new Color(0, 119, 0); // or "green", or RGB 0, 119, 0, or // HSL // 120, 0, 23 var RHITColor = new Color(102, 0, 102); // RGB 102, 0, 102; HSL 300, 0, 20 +var titleParsedAttachment = "Part of the thread where crash happened"; // [ 126.386] (--) NOUVEAU(0): Chipset: "NVIDIA NVaf" var logAnalyzeLogic = { |