You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2014/04/01 09:03:27 UTC

git commit: Removed unnecessary files

Repository: incubator-stratos
Updated Branches:
  refs/heads/master 57c2ec032 -> 8db8ee905


Removed unnecessary files


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/8db8ee90
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/8db8ee90
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/8db8ee90

Branch: refs/heads/master
Commit: 8db8ee9054a824c8f6c7a2d2d0355c4222c7c8b0
Parents: 57c2ec0
Author: M. Isuru Tharanga Chrishantha Perera <is...@apache.org>
Authored: Tue Apr 1 12:33:13 2014 +0530
Committer: M. Isuru Tharanga Chrishantha Perera <is...@apache.org>
Committed: Tue Apr 1 12:33:13 2014 +0530

----------------------------------------------------------------------
 .../stratos-installer/resources/db.stratos.com  | 15 ----
 tools/stratos-installer/resources/git           | 74 --------------------
 2 files changed, 89 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8db8ee90/tools/stratos-installer/resources/db.stratos.com
----------------------------------------------------------------------
diff --git a/tools/stratos-installer/resources/db.stratos.com b/tools/stratos-installer/resources/db.stratos.com
deleted file mode 100755
index 3bb5e06..0000000
--- a/tools/stratos-installer/resources/db.stratos.com
+++ /dev/null
@@ -1,15 +0,0 @@
-;
-$TTL 604800
-$ORIGIN STRATOS_DOMAIN.
-@       14400   IN      SOA     a.STRATOS_DOMAIN.    admin.STRATOS_DOMAIN. (
-                                2012112614 ; Serial
-                                28800 ; Refresh
-                                3600 ; Retry
-                                604800 ; Expire
-                                38400 ) ; Negative Cache TTL
-;
-@       IN      A       ELB_IP
-@       IN      NS      a.STRATOS_DOMAIN.
-git     IN      NS      ELB_IP
-adp     IN      NS      ELB_IP
-notify.git        IN      NS      ADC_IP

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8db8ee90/tools/stratos-installer/resources/git
----------------------------------------------------------------------
diff --git a/tools/stratos-installer/resources/git b/tools/stratos-installer/resources/git
deleted file mode 100644
index cd8e6b1..0000000
--- a/tools/stratos-installer/resources/git
+++ /dev/null
@@ -1,74 +0,0 @@
-<VirtualHost *:80>
- 
-ServerName  git.STRATOS_DOMAIN
-ServerAlias git
- 
-DocumentRoot /var/www/gitweb
- 
-SuexecUserGroup git git
-
-#RewriteEngine On
-#RewriteRule http://git.slive.com/(.*)/(.*)$ http://git.slive.com/$1.$2 
-#RewriteRule ^git.slive.com/stratos.org/appserver.git http://git.slive.com/stratos.org.appserver.git
-
-#SSLEngine on
-#SSLCertificateFile    /etc/ssl/certs/ssl-cert-snakeoil.pem
-#SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
-
-
- 
-SetEnv GIT_PROJECT_ROOT /home/git/repositories
-SetEnv GIT_HTTP_EXPORT_ALL
- 
-SetEnv GITOLITE_HTTP_HOME /home/git
- 
-ScriptAliasMatch \
-"(?x)^/(.*/(HEAD | \
-info/refs | \
-objects/(info/[^/]+ | \
-[0-9a-f]{2}/[0-9a-f]{38} | \
-pack/pack-[0-9a-f]{40}\.(pack|idx)) | \
-git-(upload|receive)-pack))$" \
-/var/www/bin/gitolite-suexec-wrapper.sh/$1
-
-Axis2RepoPath /home/wso2/axis2c/deploy
-AppfactorySVNAuthEPR https://IS_HOSTNAME:IS_PORT/services/AuthenticationAdmin
-CredentialCache on
-CacheMaxAge 5
-CacheMaxEntries 100
-
- 
-<Directory "/var/www/gitweb">
-#RewriteEngine On
-#RewriteRule http://git.slive.com/(.*)/(.*)$ http://git.slive.com/$1.$2 
-#RewriteRule ^git.slive.com/stratos.org/appserver.git http://git.slive.com/stratos.org.appserver.git
-Options ExecCGI
-AllowOverride None
-AddHandler cgi-script .cgi
-DirectoryIndex gitweb.cgi
-Order allow,deny
-Allow from all
-</Directory>
- 
-<Directory "/var/www/bin">
-<Files "gitolite-suexec-wrapper.sh">
-Order allow,deny
-Allow from all
-</Files>
-</Directory>
- 
-<Location />
-AuthType Basic
-AuthName "Git Access"
-AuthUserFile /dev/null
-AuthBasicProvider  appfactory
-#AuthUserFile /home/git/authfile
-Require valid-user
-
-#Axis2LogFile /home/wso2/axis2c/deploy/axis2.log
-#Axis2LogLevel debug
-#Axis2MaxLogFileSize 10
-
-</Location>
- 
-</VirtualHost>