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
5657fa88
Commit
5657fa88
authored
May 25, 2006
by
Leigh B. Stoller
Browse files
Turn archiving on for a couple of more projects (compadres, tbres).
parent
05e89a2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libArchive.pm.in
View file @
5657fa88
...
...
@@ -30,7 +30,7 @@ my $TB = "@prefix@";
my
$
MAINSITE
=
@
TBMAINSITE
@;
my
$
ARCHSUPPORT
=
@
ARCHIVESUPPORT
@;
my
$
USEARCHIVE
=
($
MAINSITE
||
$
ARCHSUPPORT
);
my
%
ALLOWEDPID
=
(
"testbed"
=>
1
);
my
%
ALLOWEDPID
=
(
"testbed"
=>
1
,
"compadres"
=>
1
,
"tbres"
=>
1
);
#
XXX
my
$
ARCHIVEDIR
=
"/usr/testbed/exparchive"
;
my
$
TESTMODE
=
@
TESTMODE
@;
...
...
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