mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-21 20:33:00 +00:00
kiwi URI
This commit is contained in:
parent
2231dfb612
commit
b876ddd2c4
4 changed files with 4 additions and 4 deletions
2
dist/install.sh
vendored
2
dist/install.sh
vendored
|
@ -7,7 +7,7 @@
|
||||||
# default installation directory
|
# default installation directory
|
||||||
INSTALL_DIR_DEFAULT="/usr/local/sbin"
|
INSTALL_DIR_DEFAULT="/usr/local/sbin"
|
||||||
# URI of "kiwi" launcher script
|
# URI of "kiwi" launcher script
|
||||||
KIWI_URI="https://raw.githubusercontent.com/ldericher/kiwi-scp/master/kiwi"
|
KIWI_URI="https://raw.githubusercontent.com/ldericher/kiwi-scp/master/dist/kiwi"
|
||||||
|
|
||||||
#############
|
#############
|
||||||
# FUNCTIONS #
|
# FUNCTIONS #
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# kiwi-scp instance configuration #
|
# kiwi-scp instance configuration #
|
||||||
###################################
|
###################################
|
||||||
|
|
||||||
version: 0.2.0
|
version: 0.2.1
|
||||||
|
|
||||||
shells:
|
shells:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
|
|
|
@ -164,7 +164,7 @@ class MissingMemberError(ValueError):
|
||||||
class KiwiConfig(BaseModel):
|
class KiwiConfig(BaseModel):
|
||||||
"""represents a kiwi.yml"""
|
"""represents a kiwi.yml"""
|
||||||
|
|
||||||
version: constr(regex=RE_SEMVER) = "0.2.0"
|
version: constr(regex=RE_SEMVER) = "0.2.1"
|
||||||
|
|
||||||
shells: List[Path] = [
|
shells: List[Path] = [
|
||||||
Path("/bin/bash"),
|
Path("/bin/bash"),
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "kiwi-scp"
|
name = "kiwi-scp"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
description = "kiwi is the simple tool for managing container servers."
|
description = "kiwi is the simple tool for managing container servers."
|
||||||
authors = ["ldericher <40151420+ldericher@users.noreply.github.com>"]
|
authors = ["ldericher <40151420+ldericher@users.noreply.github.com>"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue