Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-351

SConstruct referencing old mongoimportjson binary in the install process (easy fix)

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.1.2
    • Affects Version/s: 1.1.2
    • Component/s: Build
    • Labels:
      None

      In commit 0496aa5ac7e1a99b082f5375c38da9871d08847c
      "changed mongoimportJSON to mongoimport - handles json/tsv/csv"

      installBinary process in SConstruct still needs to be updated.
      Patch follows.

      diff --git a/SConstruct b/SConstruct
      index 086f45a..4223362 100644
      — a/SConstruct
      +++ b/SConstruct
      @@ -1237,7 +1237,7 @@ installBinary( env , "mongodump" )
      installBinary( env , "mongorestore" )

      installBinary( env , "mongoexport" )
      -installBinary( env , "mongoimportjson" )
      +installBinary( env , "mongoimport" )

      installBinary( env , "mongofiles" )

            Assignee:
            eliot Eliot Horowitz (Inactive)
            Reporter:
            metagoto metagoto
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: