Merge branch 'release-2.140.108' 2.140.108
authorChris Koeritz <fred@gruntose.com>
Mon, 15 Jan 2018 16:44:19 +0000 (11:44 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 15 Jan 2018 16:44:19 +0000 (11:44 -0500)
merging for new version

production/feisty_meow_config.ini
scripts/rev_control/version_control.sh

index fc69a177102542387b0350c3d9f505bd8e36d531..77e2091f65d9b969c45fb019baffe6532539e461 100644 (file)
@@ -3,7 +3,7 @@
 # specifies the version of the code that is being constructed here.
 major=2
 minor=140
-revision=107
+revision=108
 build=420
 
 # specifies the remainder of the version record info.
index 8ec547f35d5e35a992edc28e49be323f8a901990..0c8cec27eb097936b340c611d8c7bda5fbf27b7a 100644 (file)
@@ -20,7 +20,10 @@ if (( $gitvertest >= 11 )); then
   # auto-stash is not available until 2.6 for git, but ubuntu is misreporting or using a
   # differing version number somehow.  we are sure autostash was missing on ubuntu xenial
   # with git 2.7.4 and it's definitely present in zesty with git at 2.11.
-  PULL_ADDITION='--rebase --autostash'
+#  PULL_ADDITION='--rebase --autostash'
+#although initially attractive, above set of flags seems to lose history we don't want to
+#lose.
+PULL_ADDITION=
 fi
 
 ##############