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
58e0e2fb
Commit
58e0e2fb
authored
Nov 11, 2006
by
Leigh B. Stoller
Browse files
Turn on fightfire project in the archive library.
parent
5b1798ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libArchive.pm.in
View file @
58e0e2fb
...
...
@@ -30,7 +30,8 @@ my $TB = "@prefix@";
my
$
MAINSITE
=
@
TBMAINSITE
@;
my
$
ARCHSUPPORT
=
@
ARCHIVESUPPORT
@;
my
$
USEARCHIVE
=
($
MAINSITE
||
$
ARCHSUPPORT
);
my
%
ALLOWEDPID
=
(
"testbed"
=>
1
,
"compadres"
=>
1
,
"tbres"
=>
1
);
my
%
ALLOWEDPID
=
(
"testbed"
=>
1
,
"compadres"
=>
1
,
"tbres"
=>
1
,
"fightfire"
=>
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