From f85d83a94693923bbe8d14391b63bcb79200f853 Mon Sep 17 00:00:00 2001 From: Svetlana Shturm Date: Wed, 14 Aug 2019 09:56:27 -0500 Subject: [PATCH] Update revision for shipyard client Change-Id: I10cbf5b2c431467c0e2da901e5af90b80a5e9804 --- Pipfile | 2 +- Pipfile.lock | 4 ++-- requirements.txt | 2 +- vcs-requirements.env | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 717e5a7d..55399766 100644 --- a/Pipfile +++ b/Pipfile @@ -26,7 +26,7 @@ GitPython = "~=2.1.11" docker = ">=3.7.2" PyYAML = "~=5.1" deckhand = {git = "https://opendev.org/airship/deckhand.git",ref = "a4850f8c4fc02dd1971282c6d9e4beb9cd5be320"} -shipyard-client = {git = "https://opendev.org/airship/shipyard.git",ref = "1472a22dce698ea77f15b007906b263eef470f52",subdirectory = "src/bin/shipyard_client"} +shipyard-client = {git = "https://opendev.org/airship/shipyard.git",ref = "9c5f68cf97585a86c9edfc3b24545b36bdd90e14",subdirectory = "src/bin/shipyard_client"} promenade = {git = "https://opendev.org/airship/promenade.git",ref = "89f9842b2ec428709a05fd0a8d4cd1796043375d"} oslo-utils = "~=3.41.0" diff --git a/Pipfile.lock b/Pipfile.lock index 3647caa9..95c54416 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "82b92d92ddbd2d6ae72bfa461fc7f504505d90f64f2ddbc138153ed217e5b16b" + "sha256": "6d63b640e52a88bf1a5424ed1c2248246e720a9aeec666ed659c74046948bd5a" }, "pipfile-spec": 6, "requires": { @@ -282,7 +282,7 @@ }, "shipyard-client": { "git": "https://opendev.org/airship/shipyard.git", - "ref": "1472a22dce698ea77f15b007906b263eef470f52", + "ref": "9c5f68cf97585a86c9edfc3b24545b36bdd90e14", "subdirectory": "src/bin/shipyard_client" }, "six": { diff --git a/requirements.txt b/requirements.txt index 6390c626..c73543f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ debtcollector==1.21.0 docker==4.0.2 git+https://opendev.org/airship/deckhand.git@a4850f8c4fc02dd1971282c6d9e4beb9cd5be320#egg=deckhand git+https://opendev.org/airship/promenade.git@89f9842b2ec428709a05fd0a8d4cd1796043375d#egg=promenade -git+https://opendev.org/airship/shipyard.git@1472a22dce698ea77f15b007906b263eef470f52#egg=shipyard-client&subdirectory=src/bin/shipyard_client +git+https://opendev.org/airship/shipyard.git@9c5f68cf97585a86c9edfc3b24545b36bdd90e14#egg=shipyard-client&subdirectory=src/bin/shipyard_client gitdb2==2.0.5 gitpython==2.1.14 idna==2.8 diff --git a/vcs-requirements.env b/vcs-requirements.env index 98b49352..2a8cb31a 100644 --- a/vcs-requirements.env +++ b/vcs-requirements.env @@ -1,3 +1,3 @@ DECKHAND_VERSION=commit/a4850f8c4fc02dd1971282c6d9e4beb9cd5be320 -SHIPYARD_VERSION=commit/1472a22dce698ea77f15b007906b263eef470f52 +SHIPYARD_VERSION=commit/9c5f68cf97585a86c9edfc3b24545b36bdd90e14 PROMENADE_VERSION=commit/89f9842b2ec428709a05fd0a8d4cd1796043375d \ No newline at end of file