Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
f002f04b
Commit
f002f04b
authored
Oct 08, 2007
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't include SCRATCHROOT_DIR in exports if it's not set.
parent
511ccd3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
xmlrpc/emulabserver.py.in
xmlrpc/emulabserver.py.in
+3
-1
No files found.
xmlrpc/emulabserver.py.in
View file @
f002f04b
...
@@ -809,7 +809,9 @@ class fs:
...
@@ -809,7 +809,9 @@ class fs:
for
proj
in
projs
:
for
proj
in
projs
:
if
proj
[
0
]
==
proj
[
1
]:
if
proj
[
0
]
==
proj
[
1
]:
res
.
append
(
PROJROOT
+
"/"
+
proj
[
0
])
res
.
append
(
PROJROOT
+
"/"
+
proj
[
0
])
res
.
append
(
SCRATCHROOT
+
"/"
+
proj
[
0
])
if
not
SCRATCHROOT
==
""
:
res
.
append
(
SCRATCHROOT
+
"/"
+
proj
[
0
])
pass
pass
pass
else
:
else
:
res
.
append
(
GROUPROOT
+
"/"
+
proj
[
0
]
+
"/"
+
proj
[
1
])
res
.
append
(
GROUPROOT
+
"/"
+
proj
[
0
]
+
"/"
+
proj
[
1
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment