Mercurial > hg > soundsoftware-site
view deploy/config/run-reposman.sh.in @ 1626:44cbe9fa0b4e live
Merge
author | Chris Cannam |
---|---|
date | Thu, 07 Feb 2019 13:49:16 +0000 |
parents | 83412a0a2389 |
children |
line wrap: on
line source
#!/bin/bash logfile=/var/log/reposman.log ( flock -s 200 echo >> $logfile /var/www/code/reposman/reposman-soundsoftware.rb \ -s /var/hg \ -r INSERT_API_SCHEME_HERE://INSERT_API_HOST_HERE/ \ -k INSERT_API_KEY_HERE \ --http-user=INSERT_API_USER_HERE \ --http-pass=INSERT_API_PASSWORD_HERE \ -o www-data \ -g code \ -c "/var/www/code/reposman/run-hginit.sh" \ --scm=Mercurial \ >> $logfile 2>&1 )200>>$logfile