]> git.pld-linux.org Git - packages/xen.git/commitdiff
- seems for me fails too to commit directly to branch:
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 23 May 2008 21:25:21 +0000 (21:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  $ cvs add xen-python-devel.patch
  $ cvs ci -r XEN_3_0_4 -m '- fix finding python-devel' xen-python-devel.patch
  cvs [commit aborted]: no such tag `XEN_3_0_4'

Changed files:
    xen-python-devel.patch -> 1.2

xen-python-devel.patch [deleted file]

diff --git a/xen-python-devel.patch b/xen-python-devel.patch
deleted file mode 100644 (file)
index 71de729..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- xen-3.0.4_1-src/tools/check/check_python_devel~    2008-05-24 00:01:14.000000000 +0300
-+++ xen-3.0.4_1-src/tools/check/check_python_devel     2008-05-24 00:01:16.695654488 +0300
-@@ -5,9 +5,9 @@
- python -c '
- import os.path, sys
--for p in sys.path:
--      if os.path.exists(p + "/config/Makefile"):
--              sys.exit(0)
-+p = os.path.join(sys.prefix, sys.lib, "python%s" % sys.version[:3], "config", "Makefile")
-+if os.path.exists(p):
-+      sys.exit(0)
- sys.exit(1)
- ' || RC=1 
This page took 0.088783 seconds and 4 git commands to generate.