Commit c126605c authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: update predownloaded in any case

parent d4e6dd58
...@@ -600,21 +600,18 @@ do ...@@ -600,21 +600,18 @@ do
update_post_git_submodules update_post_git_submodules
source_postupdate_hook source_postupdate_hook
# TODO: make plugins
update_predownloaded development
update_predownloaded production
#docmd gammit #docmd gammit
#docmd git commit -m "merge $FTB with rpmgs script" #docmd git commit -m "merge $FTB with rpmgs script"
DOWNLOADSOME=1 DOWNLOADSOME=1
elif is_gear ; then elif is_gear ; then
commit_tarball "$FTB" commit_tarball "$FTB"
source_postupdate_hook source_postupdate_hook
DOWNLOADSOME=1
fi
# TODO: make plugins # TODO: make plugins
update_predownloaded development update_predownloaded development
update_predownloaded production update_predownloaded production
DOWNLOADSOME=1
fi
echog "DONE with $FTB" echog "DONE with $FTB"
......
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