15397: Remove code, configs, and docs for hosted git repo feature.
[arvados.git] / build / rails-package-scripts / README.md
index 6ac2539f8e68e7c229cf7c1e4859674605c3c1d4..08772ce02fb3b747c8eafd31dcab45153cb950bc 100644 (file)
@@ -13,5 +13,4 @@ Since our build process is a tower of shell scripts, concatenating files seemed
 postinst.sh lets the early parts define a few hooks to control behavior:
 
 * After it installs the core configuration files (database.yml, application.yml, and production.rb) to /etc/arvados/server, it calls setup_extra_conffiles.  By default this is a noop function (in step2.sh).
-* Before it restarts nginx, it calls setup_before_nginx_restart.  By default this is a noop function (in step2.sh).  API server defines this to set up the internal git repository, if necessary.
 * $RAILSPKG_DATABASE_LOAD_TASK defines the Rake task to load the database.  API server uses db:structure:load.  Workbench doesn't set this, which causes the postinst to skip all database work.