Skip to content

Commit de0eab4

Browse files
committed
Added timeout library
1 parent 419479c commit de0eab4

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "servercom/timeout"]
2+
path = servercom/timeout
3+
url = https://gist.github.com/snorklerjoe/1b6ffe4b4c46bed7bf34dd03a431c1bc

package.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
git submodule update
4+
35
./update_version.sh
46
zip cubeserver-api-python.zip -r lib/ boot.py code.py 2>&1 > /dev/null
57
echo cubeserver-api-python.zip

servercom/timeout

Submodule timeout added at 431f451

update_version.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22

3+
git submodule update
4+
35
VERSION=$(cat ./version.txt)
46
VERSION_STR="__version__ = \"$VERSION\""
57

0 commit comments

Comments
 (0)