all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob bc7eb9d316907fb2c17fbd6688d99a56a42c4e12 702 bytes (raw)
name: gnu/packages/patches/ansible-wrap-program-hack.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
--- ansible-2.3.0.0/bin/ansible	2017-04-12 16:08:05.000000000 +0200
+++ ansible-2.3.0.0-fixed/bin/ansible	2017-05-21 20:11:18.720872385 +0200
@@ -75,7 +75,13 @@
             # sometimes add that
             target = target[:-1]

-        if len(target) > 1:
+        if target[-1] == "real" and target[0].startswith('.'):
+            target = target[:-1]
+            target[0] = target[0][1:]
+        if len(target) > 1 and target[1] != "real" :
+            sub = target[1]
+            myclass = "%sCLI" % sub.capitalize()
+        elif len(target) > 2 and target[2] == "real" :
             sub = target[1]
             myclass = "%sCLI" % sub.capitalize()
         elif target[0] == 'ansible':

debug log:

solving bc7eb9d31 ...
found bc7eb9d31 in https://yhetil.org/guix/20170622193620.3381-1-jlicht@fsfe.org/

applying [1/1] https://yhetil.org/guix/20170622193620.3381-1-jlicht@fsfe.org/
diff --git a/gnu/packages/patches/ansible-wrap-program-hack.patch b/gnu/packages/patches/ansible-wrap-program-hack.patch
new file mode 100644
index 000000000..bc7eb9d31

Checking patch gnu/packages/patches/ansible-wrap-program-hack.patch...
Applied patch gnu/packages/patches/ansible-wrap-program-hack.patch cleanly.

index at:
100644 bc7eb9d316907fb2c17fbd6688d99a56a42c4e12	gnu/packages/patches/ansible-wrap-program-hack.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.