summaryrefslogtreecommitdiff
path: root/autopkg-branch.mk
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-08-30 11:12:19 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-08-30 11:12:19 +0200
commit5f5c366f6b9a4f37a58e119dd9fa862b2554c4a3 (patch)
tree8a522e94624bf54e8041849ca3235860fc01d084 /autopkg-branch.mk
parent1db7cfbb11e7f03fb3faa8837762797f5c3848dc (diff)
downloadopenwrt-personal-pkgs-5f5c366f6b9a4f37a58e119dd9fa862b2554c4a3.tar.gz
openwrt-personal-pkgs-5f5c366f6b9a4f37a58e119dd9fa862b2554c4a3.tar.bz2
openwrt-personal-pkgs-5f5c366f6b9a4f37a58e119dd9fa862b2554c4a3.zip
autopkg: try to fix pull
Diffstat (limited to 'autopkg-branch.mk')
-rw-r--r--autopkg-branch.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/autopkg-branch.mk b/autopkg-branch.mk
index 25e25e9..871cffb 100644
--- a/autopkg-branch.mk
+++ b/autopkg-branch.mk
@@ -6,9 +6,6 @@ ifndef PKG_SOURCE_BRANCH
$(error You have to define PKG_SOURCE_BRANCH before pkgauto.mk include)
endif
-# Explicitly fetch branch
-$(shell git $(GIT_ARGS) fetch --prune --prune-tags --force "$(PKG_SOURCE_URL)" "$(PKG_SOURCE_BRANCH):$(PKG_SOURCE_BRANCH)")
-
PKG_SOURCE_VERSION:=$(shell git $(GIT_ARGS) rev-parse "$(PKG_SOURCE_BRANCH)")
PKG_VERSION:=$(shell git $(GIT_ARGS) describe --abbrev=0 --tags "$(PKG_SOURCE_BRANCH)")