aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-02-28 10:15:48 +0100
committerKarel Kočí <karel.koci@nic.cz>2018-02-28 10:15:48 +0100
commite606dc3a3eba85e6b68b48324ca74e71b97a7ebe (patch)
tree6629c984f7dc89798de41e369cb56dfbf9304235
parent1c2e154fb4fc6f4630018d6492f51e73f44eb11e (diff)
downloadturris-myrepo-e606dc3a3eba85e6b68b48324ca74e71b97a7ebe.tar.gz
turris-myrepo-e606dc3a3eba85e6b68b48324ca74e71b97a7ebe.tar.bz2
turris-myrepo-e606dc3a3eba85e6b68b48324ca74e71b97a7ebe.zip
Change python*-uci branch
-rw-r--r--python-uci/Makefile2
-rw-r--r--python3-uci/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/python-uci/Makefile b/python-uci/Makefile
index eda2343..c09c762 100644
--- a/python-uci/Makefile
+++ b/python-uci/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=python-uci
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gitlab.labs.nic.cz/turris/pyuci.git
-PKG_SOURCE_BRANCH:=dev
+PKG_SOURCE_BRANCH:=master
PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
include $(INCLUDE_DIR)/pkgauto.mk
diff --git a/python3-uci/Makefile b/python3-uci/Makefile
index fc292f4..d6ee062 100644
--- a/python3-uci/Makefile
+++ b/python3-uci/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=python3-uci
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://gitlab.labs.nic.cz/turris/pyuci.git
-PKG_SOURCE_BRANCH:=dev
+PKG_SOURCE_BRANCH:=master
PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
include $(INCLUDE_DIR)/pkgauto.mk