Skip to content
GitLab
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
dbe8d149
Commit
dbe8d149
authored
Jan 05, 2017
by
Leigh B Stoller
Browse files
Bump max repo size to 50 MiB.
parent
2d777c86
Changes
1
Hide whitespace changes
Inline
Side-by-side
apt/manage_gitrepo.in
View file @
dbe8d149
...
...
@@ -305,7 +305,7 @@ sub DoClone()
RemoveRepo
(
$reponame
);
fatal
("
Could not estimate repository size
");
}
if
(
$size
>
5
)
{
if
(
$size
>
5
0
)
{
RemoveRepo
(
$reponame
);
UserError
("
Repository is too big: greate then 5MiB
");
}
...
...
@@ -432,7 +432,7 @@ sub DoUpdate()
if
(
!
defined
(
$size
))
{
fatal
("
Could not estimate repository size
");
}
if
(
$size
>
5
)
{
if
(
$size
>
5
0
)
{
UserError
("
Repository is too big: greater then 5MiB
");
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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