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 {
42
42
builddir=$( setuptree)
43
43
cp $buildpath /$target $builddir /gh-ost/usr/bin
44
44
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 .
47
47
fi
48
48
}
49
49
You can’t perform that action at this time.
0 commit comments