diff options
Diffstat (limited to 'drakclassic')
-rwxr-xr-x | drakclassic | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drakclassic b/drakclassic index 969d061..d5c6ca0 100755 --- a/drakclassic +++ b/drakclassic @@ -99,10 +99,6 @@ require standalone; check_config($build_object); complete_config($build_object); - if ($build_object->{settings}{repository} =~ /^http:|^ftp:/) { - die "Sorry - remote repositories are not supported yet."; - } - foreach (grep { $_->{to_run} } @actions) { print qq(* entering step "$_->{name}"\n); $_->{do}->($build_object); |