File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ function build {
4040 builddir=$( setuptree)
4141 cp $buildpath /$target $builddir /gh-ost/usr/bin
4242 cd $buildpath
43- fpm -v " ${RELEASE_VERSION} " --epoch 1 -f -s dir -n gh-ost -m ' shlomi-noach <shlomi-noach+gh-ost-deb@github.com>' --description " GitHub's Online Schema Migrations for MySQL " --url " https://github.com/github/gh-ost" --vendor " GitHub" --license " Apache 2.0" -C $builddir /gh-ost --prefix=/ -t rpm .
43+ fpm -v " ${RELEASE_VERSION} " --epoch 1 -f -s dir -n gh-ost -m ' shlomi-noach <shlomi-noach+gh-ost-deb@github.com>' --description " GitHub's Online Schema Migrations for MySQL " --url " https://github.com/github/gh-ost" --vendor " GitHub" --license " Apache 2.0" -C $builddir /gh-ost --prefix=/ -t rpm --rpm-rpmbuild-define " _build_id_links none " .
4444 fpm -v " ${RELEASE_VERSION} " --epoch 1 -f -s dir -n gh-ost -m ' shlomi-noach <shlomi-noach+gh-ost-deb@github.com>' --description " GitHub's Online Schema Migrations for MySQL " --url " https://github.com/github/gh-ost" --vendor " GitHub" --license " Apache 2.0" -C $builddir /gh-ost --prefix=/ -t deb --deb-no-default-config-files .
4545 fi
4646}
You can’t perform that action at this time.
0 commit comments