* Remove kde-common from requirements for checkout-onlied modules.

svn path=/trunk/kdenonbeta/kdecvs-build/; revision=320178
wilder
Michael Pyne 22 years ago
parent 5b5caf147c
commit 3e49efcfb1
  1. 3
      HISTORY
  2. 18
      kdecvs-build

@ -3,6 +3,9 @@ Version history: 0.72
for qt-copy.
* The workaround in 0.70 for the autorebuilding bug caused a bug of its own,
for which I apologize. Both bugs should now be fixed.
* kde-common is no longer required to support checkout-only, and will no
longer be automatically downloaded. It will still be downloaded if you
place it in your .kdecvs-buildrc.
Version history: 0.71
* qt-copy bugfix #2342: Force configure to run if qt-copy hasn't been

@ -646,24 +646,6 @@ sub adjust_update_list
$package_opts{'kdenonbeta'}->{'checkout-only'} .= " unsermake";
}
}
# Search each entry in the update list to see if someone has asked for
# a partial checkout.
if (scalar grep (get_option ($_, 'checkout-only'), @{$list_ref}))
{
# A module is specified for piecewise checkout. Add kde-common
# if it's not already in the list.
if (scalar grep (/^kde-common$/, @{$list_ref}) == 0)
{
# kde-common isn't here, add it to beginning.
unshift (@{$list_ref}, "kde-common");
# Add entry for it to package_opts as well.
$package_opts{'kde-common'} = {
'manual-build' => 'true',
};
}
}
}
# Subroutine to get the list of CVS modules to update. Returned

Loading…
Cancel
Save