From: Justin Cinkelj <justin.cink...@xlab.si>
Committer: Nadav Har'El <n...@scylladb.com>
Branch: master

busybox: avoid X_Y_stable branch name

After 1_27_stable changed from 1.27.1 to 1.27.2, the GET script didn't
work anymore. We should use fixed version number.

Signed-off-by: Justin Cinkelj <justin.cink...@xlab.si>
Message-Id: <20170821084127.6078-1-justin.cink...@xlab.si>

---
diff --git a/busybox/GET b/busybox/GET
--- a/busybox/GET
+++ b/busybox/GET
@@ -3,8 +3,8 @@
 set -e

 URL=https://github.com/mirror/busybox
-VERSION_GIT=1_27_stable
-VERSION_LIB=1.27.1
+VERSION_GIT=1_27_2
+VERSION_LIB=`echo $VERSION_GIT | sed 's/_/./g'`

 [ ! -d build ] && mkdir build
 cd build

--
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to