Update revision for shipyard client
Change-Id: I10cbf5b2c431467c0e2da901e5af90b80a5e9804
This commit is contained in:
parent
c40c5637b2
commit
f85d83a946
2
Pipfile
2
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"
|
||||
|
||||
|
4
Pipfile.lock
generated
4
Pipfile.lock
generated
@ -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": {
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
DECKHAND_VERSION=commit/a4850f8c4fc02dd1971282c6d9e4beb9cd5be320
|
||||
SHIPYARD_VERSION=commit/1472a22dce698ea77f15b007906b263eef470f52
|
||||
SHIPYARD_VERSION=commit/9c5f68cf97585a86c9edfc3b24545b36bdd90e14
|
||||
PROMENADE_VERSION=commit/89f9842b2ec428709a05fd0a8d4cd1796043375d
|
Loading…
x
Reference in New Issue
Block a user