21 lines
244 B
Bash
Executable File
21 lines
244 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd $(dirname $(dirname $(readlink -f $0)))
|
|
|
|
git status
|
|
sleep 2
|
|
|
|
(
|
|
set -e
|
|
. ~/.virtualenvs/renpy3/bin/activate
|
|
cd sphinx
|
|
./build.sh
|
|
)
|
|
|
|
rpy pull
|
|
rpy build --python 3
|
|
|
|
lib/py3-linux-x86_64/python distribute.py
|