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 46bfd5ae No point duplicating the official online test tool
46bfd5ae is described below
commit 46bfd5aeefd64cb580bf8bbebf0ef08dc58950b3
Author: Sebb <[email protected]>
AuthorDate: Sat Dec 30 17:56:01 2023 +0000
No point duplicating the official online test tool
---
repository.yml | 7 -------
www/ruby2js.cgi | 4 ----
2 files changed, 11 deletions(-)
diff --git a/repository.yml b/repository.yml
index 84464120..72c73e76 100644
--- a/repository.yml
+++ b/repository.yml
@@ -3,13 +3,6 @@
# Please use the ASF::SVN and ASF::Git APIs instead
#
---
-:git:
-
- # For ruby2js demo only (see www/ruby2js.cgi)
- ruby2js:
- url: https://github.com/rubys/ruby2js.git
- depth: 1
-
# N.B. the names in the section below should not be changed as they are used
by Ruby
# Entries that are not intended to have local workspaces are indicated by:
'depth: skip'
# Such entries are for url lookup only, e.g. Bills
diff --git a/www/ruby2js.cgi b/www/ruby2js.cgi
deleted file mode 100755
index ccc38c2b..00000000
--- a/www/ruby2js.cgi
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/env ruby
-Dir.chdir "/srv/git/ruby2js/demo"
-$:.unshift '/srv/git/ruby2js/lib'
-load "./ruby2js.rb"