This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new e6b1ad2e Show a bit more
e6b1ad2e is described below
commit e6b1ad2ec5c68dd1e922b3d7c6c5bcf174807f14
Author: Sebb <[email protected]>
AuthorDate: Tue Apr 19 14:09:19 2022 +0100
Show a bit more
---
www/test.cgi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/test.cgi b/www/test.cgi
index 275a874c..b2e7f4cb 100755
--- a/www/test.cgi
+++ b/www/test.cgi
@@ -38,6 +38,7 @@ if query and not query.empty? and ENV['SCRIPT_URL'] ==
'/test.cgi'
print "\n"
puts_system('id')
puts_system('which','-a','svn')
+ puts_system('which','-a','git')
puts_system('svn','--version')
puts_system('which','-a','svnmucc')
puts_system('svnmucc','--version')
@@ -48,6 +49,7 @@ if query and not query.empty? and ENV['SCRIPT_URL'] ==
'/test.cgi'
puts_system('which','-a','gem')
puts_system('PATH=/usr/local/bin:$PATH which -a gem')
puts_system('service puppet status')
+ puts_system('git show --format="%h %ci %cr" -s HEAD')
puts_system('git ls-remote origin master')
wait=query.match(/^sleep=(\d+)$/)[1].to_i rescue 0
if wait > 0