aboutsummaryrefslogtreecommitdiff
path: root/scripts/rhodecode-setup
diff options
context:
space:
mode:
authorStevan Radaković <stevan.radakovic@linaro.org>2013-01-28 15:28:28 +0100
committerStevan Radaković <stevan.radakovic@linaro.org>2013-01-28 15:28:28 +0100
commit35e900d34d86178044de53672a402b9cf2845a50 (patch)
tree12eb752546462224ae3d25cf5debdc3cb04e4fa3 /scripts/rhodecode-setup
parent583b788a4fb4aabd9a1fae843f0c6a400e5ce1fa (diff)
Remove git-core installing from ppa, try from repos.
Diffstat (limited to 'scripts/rhodecode-setup')
-rwxr-xr-xscripts/rhodecode-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rhodecode-setup b/scripts/rhodecode-setup
index 4bd4a09..2b359d6 100755
--- a/scripts/rhodecode-setup
+++ b/scripts/rhodecode-setup
@@ -763,7 +763,7 @@ if __name__ == '__main__':
set_permissions(directories, "g+w")
# Take git-core package from Launchpad PPA of git maintainers.
- install_git_from_ppa(assume_yes=args.assume_yes)
+ #install_git_from_ppa(assume_yes=args.assume_yes)
# Install all the required packages from the default Ubuntu sources.
if args.development: