Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
fee2510d
Commit
fee2510d
authored
Jan 23, 2006
by
Leigh B. Stoller
Browse files
Oops, turn off libarchive debugging again.
parent
e46a37e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libArchive.pm.in
View file @
fee2510d
...
...
@@ -47,7 +47,7 @@ my $SVNADMIN = "/usr/local/bin/svnadmin";
my
$
IMPORTER
=
"$TB/sbin/svn_load_dirs.pl"
;
my
$
inittag
=
'root'
;
my
$
defaultview
=
'head'
;
my
$
debug
=
2
;
my
$
debug
=
0
;
my
$
svnopt
=
($
debug
?
""
:
"-q"
);
my
%
ROOTS
=
(
"proj"
=>
"proj"
,
"users"
=>
"users"
,
...
...
@@ -75,7 +75,7 @@ sub setdebug($)
my
($
toggle
)
=
@
_
;
if
($
toggle
)
{
$
debug
=
1
;
$
debug
=
$
toggle
;
$
svnopt
=
""
;
}
else
{
...
...
Write
Preview
Supports
Markdown
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