فهرست منبع

scripts: build-release add etcd-migrate

this tool is only temporary for the alphas but make sure it makes it in.
Brandon Philips 11 سال پیش
والد
کامیت
d2e36a9535
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      scripts/build-release

+ 1 - 1
scripts/build-release

@@ -35,7 +35,7 @@ function package {
 	if [ -d ${ccdir} ]; then
 		srcdir=${ccdir}
 	fi
-	for bin in etcd etcdctl; do
+	for bin in etcd etcdctl etcd-migrate; do
 		cp ${srcdir}/${bin} ${target}
 	done