[weasel-commit] Source: redirect=0-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Thu, 17 Jun 2010 10:34:56 -0400

================================
redirect:source=0-1
cvc rdiff redirect -1 /weasel.rpath.org@wgl:3-devel/0-1
================================
0-1 Filip Brcic (brcha@xxxxxxxxxxxx) Thu Jun 17 10:34:53 2010
    Promote superclases to weasel

redirect.recipe: new
--- /dev/null
+++ redirect.recipe
@@ -0,0 +19 @@
+#
+# Copyright (c) 2008 rPath, Inc.
+# This file is distributed under the terms of the MIT License.
+# A copy is available at http://www.rpath.com/permanent/mit-license.html
+#
+
+class Redirect(PackageRecipe):
+    name = 'redirect'
+    version = '0'
+
+    def setup(r):
+        r.Create(str(r.cfg.baseClassDir) + '/redirect.recipe', contents="""\
+from conary.build.redirectrecipe import _RedirectRecipe
+
+class RedirectRecipe(_RedirectRecipe, BaseRequiresRecipe):
+    name = 'redirect'
+    version = '0'
+    abstractBaseClass = 1
+""")


Committed by: brcha

Other related posts: