From: Chris Koeritz Date: Sat, 11 Nov 2017 18:10:15 +0000 (-0500) Subject: Merge branch 'release-2.140.97' X-Git-Tag: 2.140.97^0 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=47910659df70d7f72ef68a0ebde2020ec7d6467a;hp=7c691be10be57164d5338635245572801c8068b3 Merge branch 'release-2.140.97' merging in fixes for push repo upstream --- diff --git a/production/feisty_meow_config.ini b/production/feisty_meow_config.ini index ef535c64..e59199d1 100644 --- a/production/feisty_meow_config.ini +++ b/production/feisty_meow_config.ini @@ -3,7 +3,7 @@ # specifies the version of the code that is being constructed here. major=2 minor=140 -revision=96 +revision=97 build=420 # specifies the remainder of the version record info. diff --git a/scripts/rev_control/push_repo_downstream.sh b/scripts/rev_control/push_repo_downstream.sh index aacd7772..b2da8870 100644 --- a/scripts/rev_control/push_repo_downstream.sh +++ b/scripts/rev_control/push_repo_downstream.sh @@ -47,9 +47,8 @@ pushd "$dir" &>/dev/null test_or_die "changing to directory: $dir" tempfile=$(generate_rev_ctrl_filelist) test_or_die "generating revision control file list" -popd &>/dev/null -perform_revctrl_action_on_file "$tempfile" do_careful_git_update "$(\pwd)" +perform_revctrl_action_on_file "$tempfile" do_careful_git_update test_or_die "doing a careful git update on: $tempfile" # send our little boat down the stream to the dependent repository. diff --git a/scripts/rev_control/version_control.sh b/scripts/rev_control/version_control.sh index 7dd199f4..3e8ef4c4 100644 --- a/scripts/rev_control/version_control.sh +++ b/scripts/rev_control/version_control.sh @@ -450,7 +450,7 @@ function perform_revctrl_action_on_file() pushd "$dirname" &>/dev/null echo "[$(pwd)]" # pass the current directory plus the remaining parameters from function invocation. - $action . $* + $action . test_or_die "performing action $action on: $(pwd)" sep 28 popd &>/dev/null