using multi-file and better named method
[feisty_meow.git] / scripts / rev_control / push_repo_downstream.sh
index b9c0620324b7b39947d98e999ad5f10698454187..991a3251d99fa8d9a9226643f80390ea0d43b6b0 100644 (file)
@@ -48,7 +48,8 @@ test_or_die "changing to directory: $dir"
 tempfile=$(generate_rev_ctrl_filelist)
 test_or_die "generating revision control file list"
 
-perform_revctrl_action_on_file "$tempfile" do_careful_git_update
+#perform_revctrl_action_on_file "$tempfile" do_careful_git_update
+perform_revctrl_action_on_file "$tempfile" puff_out_list
 test_or_die "doing a careful git update on: $tempfile"
 
 # seems to be needed to cause a merge to be resolved.
@@ -57,7 +58,7 @@ git pull downstream master
 test_or_die "running the git pull downstream master"
 
 # send our little boat down the stream to the dependent repository.
-git push downstream master
+git push --tags downstream master
 test_or_die "running the git push downstream master"
 
 popd &>/dev/null