File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ function build {
4242 builddir=$( setuptree)
4343 cp $buildpath /$target $builddir /gh-ost/usr/bin
4444 cd $buildpath
45- fpm -v " ${RELEASE_VERSION} " --epoch 1 -f -s dir -n gh-ost -m shlomi-noach --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 .
46- fpm -v " ${RELEASE_VERSION} " --epoch 1 -f -s dir -n gh-ost -m shlomi-noach --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 .
45+ 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 .
46+ 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 .
4747 fi
4848}
4949
You can’t perform that action at this time.
0 commit comments