commit 56a1938c06f1946e76d7855c34a615b832dbbf3b
Author: Lokesh Mandvekar <l...@fedoraproject.org>
Date:   Tue Feb 3 20:10:37 2015 +0000

    Resolves: rhbz#1184266, also enable core dumps
    
    NVR: docker-1.4.1-20.git662dffe
    
    Signed-off-by: Lokesh Mandvekar <l...@fedoraproject.org>

 docker-io.spec   |    8 ++++++--
 docker.sysconfig |    3 +++
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index 43a3a16..e8e4119 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -18,7 +18,7 @@
 
 Name:       %{repo}-io
 Version:       1.4.1
-Release:    19.git%{shortcommit}%{?dist}
+Release:    20.git%{shortcommit}%{?dist}
 Summary:    Automates deployment of containerized applications
 License:    ASL 2.0
 URL:        http://www.docker.com
@@ -220,7 +220,7 @@ export DOCKER_GITCOMMIT="%{shortcommit}/%{version}"
 export DOCKER_BUILDTAGS='selinux'
 export GOPATH=$(pwd)/_build:$(pwd)/vendor:%{gopath}
 
-hack/make.sh dynbinary
+DEBUG=1 hack/make.sh dynbinary
 docs/man/md2man-all.sh
 cp contrib/syntax/vim/LICENSE LICENSE-vim-syntax
 cp contrib/syntax/vim/README.md README-vim-syntax.md
@@ -368,6 +368,10 @@ exit 0
 %{_datadir}/zsh/site-functions/_docker
 
 %changelog
+* Tue Feb 03 2015 Lokesh Mandvekar <l...@fedoraproject.org> - 
1.4.1-20.git662dffe
+- Resolves: rhbz#1184266 - enable debugging
+- enable creation of core dumps
+
 * Tue Feb 03 2015 Lokesh Mandvekar <l...@fedoraproject.org> - 
1.4.1-19.git662dffe
 - daily rebuild - Tue Feb  3 04:56:36 UTC 2015
 
diff --git a/docker.sysconfig b/docker.sysconfig
index da2e4d3..b66118e 100644
--- a/docker.sysconfig
+++ b/docker.sysconfig
@@ -16,3 +16,6 @@ DOCKER_CERT_PATH=/etc/docker
 # Controls the /etc/cron.daily/docker-logrotate cron job status.
 # To disable, uncomment the line below.
 # LOGROTATE=false
+
+# Allow creation of core dumps
+GOTRACEBACK=crash
_______________________________________________
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to