Navigation Menu

Skip to content

Commit

Permalink
package ubuntu: fold a long line
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 28, 2016
1 parent b2421fe commit 75de10d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/ubuntu/upload.rb
Expand Up @@ -196,7 +196,12 @@ def upload(code_name, mysql_short_version, mysql_version)
"-i", "-e",
"s,MYSQL_VERSION\\|MARIADB_VERSION,#{mysql_version},",
"debian/control")
run_command("debuild", "--set-envvar=LINTIAN_PROFILE=ubuntu", "-S", "-sa", "-pgpg2", "-k#{@pgp_sign_key}")
run_command("debuild",
"--set-envvar=LINTIAN_PROFILE=ubuntu",
"-S",
"-sa",
"-pgpg2",
"-k#{@pgp_sign_key}")
if @use_pbuilder
run_command("pbuilder-dist", code_name, "build",
"../#{deb_package_name}_#{deb_version}.dsc")
Expand Down

0 comments on commit 75de10d

Please sign in to comment.