Skip to content
Snippets Groups Projects
Select Git revision
  • 7c70c3b6e42c7558c8e5ac5c8c145e224f10acf7
  • master default protected
  • fix_Makefile.mingw#2
  • update_Makefile.mingw
  • fix_Makefile.mingw
  • fix_API_for_C_apps
  • fix_procinfo_mac
  • boinccmd_gpu_mode_always_until_sigterm
  • fgrp_osx_hotfix
  • fix_boinc_master@f8250782
  • eah_wrapper_improvements
  • diagnostics_win-hotfix
  • diagnostics_win-hotfix-old
  • current_fgrp_apps
  • testing_gw_apps
  • gw_app_darwin_15
  • current_brp_apps
  • current_brp_apps_android10
  • current_gfx_apps
  • current_server
  • current_gw_apps
  • previous_fgrp_apps
  • previous_gw_apps
  • testing_brp_apps
  • apps_FGRP3_1.07
  • apps_FGRP3_1.08
26 results

cs_cmdline.cpp

Blame
    • David Anderson's avatar
      54b078d0
      - client: add --unsigned_apps_ok cmdline option · 54b078d0
      David Anderson authored
          and <unsigned_apps_ok> config option.
          This tells the client to allow unsigned apps.
          For testing.
          No file xfers or other network traffic will be allowed if set.
      - client: add <exit_after_finish> option (same as cmdline flag)
      - client: add <skip_cpu_benchmarks> option (same as cmdline flag)
      - client: print message if abort past-deadline unstarted job
      - client: improve message when have NVIDIA drivers but no GPU
          
      
      svn path=/trunk/boinc/; revision=19276
      54b078d0
      History
      - client: add --unsigned_apps_ok cmdline option
      David Anderson authored
          and <unsigned_apps_ok> config option.
          This tells the client to allow unsigned apps.
          For testing.
          No file xfers or other network traffic will be allowed if set.
      - client: add <exit_after_finish> option (same as cmdline flag)
      - client: add <skip_cpu_benchmarks> option (same as cmdline flag)
      - client: print message if abort past-deadline unstarted job
      - client: improve message when have NVIDIA drivers but no GPU
          
      
      svn path=/trunk/boinc/; revision=19276
    commitinfo 760 B
    # The "commitinfo" file is used to control pre-commit checks.
    # The filter on the right is invoked with the repository and a list 
    # of files to check.  A non-zero exit of the filter program will 
    # cause the commit to be aborted.
    #
    # The first entry on a line is a regular expression which is tested
    # against the directory that the change is being committed to, relative
    # to the $CVSROOT.  For the first match that is found, then the remainder
    # of the line is the name of the filter to run.
    #
    # If the repository name does not match any of the regular expressions in this
    # file, the "DEFAULT" line is used, if it is specified.
    #
    # If the name "ALL" appears as a regular expression it is always used
    # in addition to the first matching regex or "DEFAULT".