[SCM] Packaging for Google Go branch, debian-sid, updated. debian/2011.02.01.1-1-13-g5e92cf4

Ondřej Surý ondrej at sury.org
Fri Feb 18 15:38:07 UTC 2011


The following commit has been merged in the debian-sid branch:
commit 7b97680a9d565e3ea46832010fff2f7aae392628
Author: Ondřej Surý <ondrej at sury.org>
Date:   Fri Feb 18 15:29:51 2011 +0100

    goinstall: don't report to dashboard by default

diff --git a/debian/patches/005-goinstall_dont_call_home_by_default.patch b/debian/patches/005-goinstall_dont_call_home_by_default.patch
new file mode 100644
index 0000000..298559b
--- /dev/null
+++ b/debian/patches/005-goinstall_dont_call_home_by_default.patch
@@ -0,0 +1,22 @@
+--- a/src/cmd/goinstall/main.go
++++ b/src/cmd/goinstall/main.go
+@@ -38,7 +38,7 @@ var (
+ 	installedPkgs = make(map[string]bool)
+ 
+ 	allpkg            = flag.Bool("a", false, "install all previously installed packages")
+-	reportToDashboard = flag.Bool("dashboard", true, "report public packages at "+dashboardURL)
++	reportToDashboard = flag.Bool("dashboard", false, "report public packages at "+dashboardURL)
+ 	logPkgs           = flag.Bool("log", true, "log installed packages to $GOROOT/goinstall.log for use by -a")
+ 	update            = flag.Bool("u", false, "update already-downloaded packages")
+ 	clean             = flag.Bool("clean", false, "clean the package directory before installing")
+--- a/src/cmd/goinstall/doc.go
++++ b/src/cmd/goinstall/doc.go
+@@ -20,7 +20,7 @@ Usage:
+ Flags and default settings:
+         -a=false          install all previously installed packages
+         -d=false          install all package prerequisites (dangerous on Debian)
+-	-dashboard=true   tally public packages on godashboard.appspot.com
++	-dashboard=false  tally public packages on godashboard.appspot.com
+ 	-log=true         log installed packages to $GOROOT/goinstall.log for use by -a
+ 	-u=false          update already-downloaded packages
+ 	-v=false          verbose operation
diff --git a/debian/patches/series b/debian/patches/series
index d98e1fd..1452b1d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 002-use_GOROOT_FINAL_in_generated_binaries.patch
 003-set_correct_runpath.patch
 004-dont_reinstall_dependencies_in_goinstall.patch
+005-goinstall_dont_call_home_by_default.patch

-- 
Packaging for Google Go



More information about the Pkg-google-commits mailing list