Commit c126605c authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: update predownloaded in any case

parent d4e6dd58
......@@ -600,22 +600,19 @@ do
update_post_git_submodules
source_postupdate_hook
# TODO: make plugins
update_predownloaded development
update_predownloaded production
#docmd gammit
#docmd git commit -m "merge $FTB with rpmgs script"
DOWNLOADSOME=1
elif is_gear ; then
commit_tarball "$FTB"
source_postupdate_hook
# TODO: make plugins
update_predownloaded development
update_predownloaded production
DOWNLOADSOME=1
fi
# TODO: make plugins
update_predownloaded development
update_predownloaded production
echog "DONE with $FTB"
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment