From 127f724a64db3e4a68eea1b10c52b2c1a143dfd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Sat, 28 Oct 2017 19:38:22 -0400 Subject: [PATCH] Adding update process --- update.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 update.py diff --git a/update.py b/update.py new file mode 100644 index 000000000..985cc2c74 --- /dev/null +++ b/update.py @@ -0,0 +1,8 @@ +from get_general_settings import * + +import git + +g = git.cmd.Git(os.path.dirname(__file__)) +print g.pull('--dry-run', 'origin', branch) + +print g