Skip to content

Commit ad8fa9f

Browse files
committed
added webxray submodule
1 parent 2dddd31 commit ad8fa9f

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[submodule "hackasaurus.org"]
88
path = hackasaurus.org
99
url = git://github.com/hackasaurus/hackasaurus.org.git
10+
[submodule "webxray"]
11+
path = webxray
12+
url = https://github.com/hackasaurus/webxray.git

fabfile/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def import_fabfile(pathname):
2626

2727
htmlpad = import_fabfile(path('..', 'htmlpad'))
2828
hackasaurus = import_fabfile(path('..', 'hackasaurus.org'))
29+
webxray = import_fabfile(path('..', 'webxray'))
2930

3031
@task
3132
def configure():
@@ -48,6 +49,7 @@ def deploy():
4849
hackasaurus.deploy()
4950
htmlpad.deploy()
5051
hackpub.deploy()
52+
webxray.deploy()
5153

5254
@task
5355
def test(run=None):

webxray

Submodule webxray added at 23ae862

0 commit comments

Comments
 (0)