Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
a27737f8
Commit
a27737f8
authored
Jan 06, 2006
by
Timothy Stack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
exclude stuff in '/share'
parent
3e096c06
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
tbsetup/libArchive.pm.in
tbsetup/libArchive.pm.in
+5
-0
No files found.
tbsetup/libArchive.pm.in
View file @
a27737f8
...
...
@@ -1176,6 +1176,11 @@ sub TBExperimentArchiveAddTracedFiles($$)
"LEFT JOIN accessed_files as af on af.idx=fr.fileidx "
.
"WHERE fr.rsrcidx=$rsrcidx and fr.type!='l'"
);
while
(
my
($
fn
)
=
$
query_result
->
fetchrow_array
())
{
if
($
fn
=~
/^\/
share
/
||
$
fn
=~
/^<
u
:/)
{
next
;
}
$
rval
=
ArchiveAdd
($
archive_idx
,
$
fn
,
$
view
);
return
$
rval
...
...
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