diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-08-02 19:41:21 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-02 19:43:23 +0200 |
commit | ec415bd0b3feec78b1be073709ffae0de219de33 (patch) | |
tree | 459651bffecfee8b147a4484a27cab04905e56ba /bin | |
parent | a9b8e75f5d6462ffa7701f976474f52dfbdb11f8 (diff) | |
download | jenkins.debian.net-ec415bd0b3feec78b1be073709ffae0de219de33.tar.xz |
reproducible/openwrt|lede: checkout a full tree
To find out the version it's required to have a full tree.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/reproducible_openwrt_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index 5eb3b087..ef942a74 100644 --- a/bin/reproducible_openwrt_common.sh +++ b/bin/reproducible_openwrt_common.sh @@ -229,7 +229,7 @@ openwrt_build() { echo "=============================================================================" echo "$(date -u) - Cloning $TYPE git repository." echo "=============================================================================" - git clone --depth 1 -b $OPENWRT_GIT_BRANCH $OPENWRT_GIT_REPO $TYPE + git clone -b $OPENWRT_GIT_BRANCH $OPENWRT_GIT_REPO $TYPE cd $TYPE # set tz, date, core, .. |