[releng] Updated handling of missing tarballs



commit 9c2a9e637261f2da4d40e751dbf0329b04066f1e
Author: Frédéric Péters <fpeters 0d be>
Date:   Thu Jul 1 21:48:23 2010 +0200

    Updated handling of missing tarballs

 tools/smoketesting/convert-to-tarballs.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/tools/smoketesting/convert-to-tarballs.py b/tools/smoketesting/convert-to-tarballs.py
index bdde276..6154dca 100755
--- a/tools/smoketesting/convert-to-tarballs.py
+++ b/tools/smoketesting/convert-to-tarballs.py
@@ -752,8 +752,9 @@ class ConvertToTarballs:
             print '**************************************************'
             print ''
             self.not_found.append(id)
-            tarball.setAttribute('version', 'EAT-YOUR-BRAAAAAANE')
-            branch_node.setAttribute('href', 'http://somewhere.over.the.rainbow/where/bluebirds/die')
+            branch_node.setAttribute('version', 'EAT-YOUR-BRAAAAAANE')
+            branch_node.setAttribute('repo', 'http://somewhere.over.the.rainbow/')
+            branch_node.setAttribute('module', 'where/bluebirds/die')
             branch_node.setAttribute('size', 'HUGE')
             branch_node.setAttribute('hash', 'md5:blablablaihavenorealclue')
         if revision and not max_version:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]