CCDB SQLite Mirrors Still Used

There is still a cron job that creates 100 copies of ccdb.sqlite on the work disk (gluex@sandd1.jlab.org).

They are chosen by build_scripts/calib_url_chooser.sh when the sqlite command option is specified. Do not know of any official instance where this is being used.

Also there is a reference in MCwrapper, but that appears to be commented out at this point.

At some point, should look at removing these or documenting the use of calib_url_chooser.sh as a way to point to a sqlite file.

Notes on Quiet Set-Up for Build Scripts

  • need to pass arguments all the way down to gluex_env.(c)sh
  • change to using only eval `gluex_env.sh`
    • how to get an eval to show warnings when the environment is inconsistent
      • try test where messages get sent to stderr
      • find out why bash script terminates on comment (#)
  • made a branch on markdesk4: eval