Skip to content

Commit d2c4639

Browse files
committed
Upgrade Fabric to 1.8.3
So that we can use parallel execution with `env.gateway` again. It was hanging previously, but now: (fabric)➜ fabric-scripts git:(upgrade_fabric_183) ✗ fab -P staging class:elasticsearch do:date [elasticsearch-1.backend] Executing task 'do' [elasticsearch-2.backend] Executing task 'do' [elasticsearch-3.backend] Executing task 'do' [elasticsearch-3.backend] run: date [elasticsearch-2.backend] run: date [elasticsearch-1.backend] run: date [elasticsearch-1.backend] out: Wed May 14 12:54:22 UTC 2014 [elasticsearch-1.backend] out: [elasticsearch-3.backend] out: Wed May 14 12:54:22 UTC 2014 [elasticsearch-3.backend] out: [elasticsearch-2.backend] out: Wed May 14 12:54:22 UTC 2014 [elasticsearch-2.backend] out: I can't see any backwards incompatible changes in the intermediate releases: https://fabric.readthedocs.org/en/1.8/changelog.html This will come in useful for the Elasticsearch upgrade where we want all three machines to run Puppet and come back ASAP.
1 parent c5eaf4b commit d2c4639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Fabric==1.6.0
1+
Fabric==1.8.3
22
paramiko==1.10.1
33
pycrypto==2.6
44
wsgiref==0.1.2

0 commit comments

Comments
 (0)