From ed019ccd75e1c1388b3020bf93e5e036cf01574b Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Jun 30 2016 02:49:52 +0000 Subject: replace gitbuildurl with gitbuildhash Currently, there is no subcommand gitbuildurl, but gitbuildhash instead. Signed-off-by: Chenxiong Qi --- diff --git a/src/fedpkg.bash b/src/fedpkg.bash index 6aac2c0..a7ae59e 100644 --- a/src/fedpkg.bash +++ b/src/fedpkg.bash @@ -35,7 +35,7 @@ _fedpkg() local options="--help -v -q" local options_value="--dist --user --path" local commands="build chain-build ci clean clog clone co commit compile \ - container-build diff gimmespec giturl help gitbuildurl import install lint \ + container-build diff gimmespec giturl help gitbuildhash import install lint \ local mockbuild mock-config new new-sources patch prep pull push retire \ scratch-build sources srpm switch-branch tag unused-patches update upload \ verify-files verrel" @@ -94,7 +94,7 @@ _fedpkg() local after= after_more= case $command in - help|gimmespec|gitbuildurl|giturl|lint|new|push|unused-patches|update|verrel) + help|gimmespec|gitbuildhash|giturl|lint|new|push|unused-patches|update|verrel) ;; build) options="--nowait --background --skip-tag --scratch"