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

Fix mv command of debug symbols

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major - P3
    • Resolution: Done
    • 3.5.4
    • 3.5.5
    • Testing Infrastructure
    • None
    • Fully Compatible
    • ALL
    • TIG 2017-03-27

    Description

      The work done for SERVER-27868 used the following to mv debug symbols:

      mv mongodb*/mongo.{debug,dSYM,pdb} mongodb*/mongod.{debug,dSYM,pdb} mongodb*/mongos.{debug,dSYM,pdb} . 2>/dev/null || true
      rm -r mongodb*/*.{debug,dSYM,pdb} mongo-debugsymbols.tgz 2>/dev/null || true
      

      On certain platforms this fails because bash is not the default shell.

      Attachments

        Activity

          People

            jonathan.abrahams Jonathan Abrahams
            jonathan.abrahams Jonathan Abrahams
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: