kdesrc-build-setup: Remove dev question, add drivers.

wilder
Michael Pyne 9 years ago
parent 84aad277be
commit 6062a35237
  1. 18
      kdesrc-build-setup

@ -220,9 +220,6 @@ modules.
EOF
}
my $dev = getYesNoAnswer('Do you already have commit ' .
'access to the KDE repositories?');
# If the user appears to be using a proxy, ask for it directly, otherwise
# prompt for one.
my $proxy = $ENV{http_proxy} // '';
@ -345,17 +342,14 @@ print $output <<EOF;
# set.
make-options -j$numCpus
EOF
if ($dev) {
print $output <<EOF;
# This sets the login to use for SVN (for the very few bits of code still using it).
# Anonymous SVN can be used by just deleting this option.
# Note that ssh-agent must be running and loaded with the right key.
svn-server svn+ssh://svn\@svn.kde.org/home/kde
# kdesrc-build can install a sample .xsession file for "Custom"
# (or "XSession") logins,
install-session-driver false
# or add a environment variable-setting script to
# ~/.config/kde-env-master.sh
install-environment-driver true
EOF
}
if ($proxy) {
print $output <<EOF;

Loading…
Cancel
Save