فهرست منبع

scripts: not put etcd-migrate into release dir

etcd-migrate has been integrated with etcd, and there is no need to put
it into release dir any more.
Yicheng Qin 10 سال پیش
والد
کامیت
91e9a24289
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      scripts/build-release

+ 1 - 1
scripts/build-release

@@ -39,7 +39,7 @@ function package {
 	if [ ${GOOS} == "windows" ]; then
 		ext=".exe"
 	fi
-	for bin in etcd etcdctl etcd-migrate; do
+	for bin in etcd etcdctl; do
 		cp ${srcdir}/${bin} ${target}/${bin}${ext}
 	done