File docker-68b0ed5.tar.gz uploaded to lookaside cache by lsm5

2015-02-05 Thread Lokesh Mandvekar
A file has been added to the lookaside cache for docker-io:

8c0870e1bb4ddd416b6b22e709b540e4  docker-68b0ed5.tar.gz
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[docker-io] set no limit on core size

2015-02-05 Thread Lokesh Mandvekar
commit b10e6a098281dacbc7772ad36c237a7bb514e65b
Author: Lokesh Mandvekar l...@fedoraproject.org
Date:   Fri Feb 6 04:27:09 2015 +

set no limit on core size

Signed-off-by: Lokesh Mandvekar l...@fedoraproject.org

 docker.service |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/docker.service b/docker.service
index 9befe80..c1bfbe1 100644
--- a/docker.service
+++ b/docker.service
@@ -11,6 +11,7 @@ EnvironmentFile=-/etc/sysconfig/docker-network
 ExecStart=/usr/bin/docker -d $OPTIONS $DOCKER_STORAGE_OPTIONS 
$DOCKER_NETWORK_OPTIONS
 LimitNOFILE=1048576
 LimitNPROC=1048576
+LimitCORE=infinity
 MountFlags=slave
 
 [Install]
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[docker-io] rebuild - Fri Feb 6 04:28:42 UTC 2015

2015-02-05 Thread Lokesh Mandvekar
commit 518fd66561df564d409d576f457091accb8ed6d2
Author: Lokesh Mandvekar l...@fedoraproject.org
Date:   Fri Feb 6 04:28:42 2015 +

rebuild - Fri Feb  6 04:28:42 UTC 2015

Signed-off-by: Lokesh Mandvekar l...@fedoraproject.org

 docker-io.spec |7 +--
 sources|2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index be14215..ec0b50d 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -11,14 +11,14 @@
 
 %global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
 
-%global commit 7cc98582233bf9873007d6e6c3d05a4f8fac601b
+%global commit 68b0ed54cb7ed9e4b66e8a9e0708577b32088de2
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 %global tar_import_path code.google.com/p/go/src/pkg/archive/tar
 
 Name:   %{repo}-io
 Version:   1.4.1
-Release:23.git%{shortcommit}%{?dist}
+Release:24.git%{shortcommit}%{?dist}
 Summary:Automates deployment of containerized applications
 License:ASL 2.0
 URL:http://www.docker.com
@@ -368,6 +368,9 @@ exit 0
 %{_datadir}/zsh/site-functions/_docker
 
 %changelog
+* Fri Feb 06 2015 Lokesh Mandvekar l...@fedoraproject.org - 
1.4.1-24.git68b0ed5
+- daily rebuild - Fri Feb  6 04:27:54 UTC 2015
+
 * Wed Feb 04 2015 Lokesh Mandvekar l...@fedoraproject.org - 
1.4.1-23.git7cc9858
 - daily rebuild - Wed Feb  4 22:08:05 UTC 2015
 
diff --git a/sources b/sources
index a0d99b8..2e84ed4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a3a7c3bfb43fe4be043d0728513d8ef4  docker-7cc9858.tar.gz
+8c0870e1bb4ddd416b6b22e709b540e4  docker-68b0ed5.tar.gz
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[golang-github-appc-spec] provide actool and ace-validator in main package

2015-02-05 Thread Lokesh Mandvekar
commit 61603412c84463e1149d19cf8383c04aff71b5b8
Author: Lokesh Mandvekar l...@fedoraproject.org
Date:   Thu Feb 5 15:40:04 2015 -0600

provide actool and ace-validator in main package

VR: 0.2.0-2.git

- remove mentions of f19
- update to master commit#2fee340

Signed-off-by: Lokesh Mandvekar l...@fedoraproject.org

 .gitignore   |1 +
 golang-github-appc-spec.spec |   50 ++---
 sources  |2 +-
 3 files changed, 34 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c5edd2a..07c6393 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /spec-202fd7b.tar.gz
+/spec-2fee340.tar.gz
diff --git a/golang-github-appc-spec.spec b/golang-github-appc-spec.spec
index 5992610..240d957 100644
--- a/golang-github-appc-spec.spec
+++ b/golang-github-appc-spec.spec
@@ -4,33 +4,31 @@
 %global project appc
 %global repospec
 %global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
-%global commit  202fd7b99d16c596b89cc14d42758bdcce35fea1
+%global commit  2fee340e9314b9f0f53cbf0e929d158a09930a5f
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:   golang-%{provider}-%{project}-%{repo}
 Version:0.2.0
-Release:1.git%{shortcommit}%{?dist}
+Release:2.git%{shortcommit}%{?dist}
 Summary:Schema defs and tools for app container specification
+ExclusiveArch: x86_64 %{arm}
 License:ASL 2.0
 URL:https://%{import_path}
 Source0:
https://%{import_path}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
-%if 0%{?fedora} = 19 || 0%{?rhel} = 7
-BuildArch:  noarch
-%else
-ExclusiveArch:  %{ix86} x86_64 %{arm}
-%endif
+Provides:   actool = %{version}-%{release}
+Provides:   ace-validator = %{version}-%{release}
 
 %description
 %{summary}
 
 %package devel
 BuildRequires:  golang = 1.2.1-3
-BuildRequires:  golang(github.com/coreos/go-semver/semver)
+BuildRequires:  golang(github.com/coreos/go-semver/semver) = 0-0.2
 BuildRequires:  golang(golang.org/x/crypto/openpgp) = 0-0.2
 BuildRequires:  golang(golang.org/x/net/html)
 BuildRequires:  golang(golang.org/x/net/html/atom)
 Requires:   golang = 1.2.1-3
-Requires:   golang(github.com/coreos/go-semver/semver)
+Requires:   golang(github.com/coreos/go-semver/semver) = 0-0.2
 Summary:%{summary}
 Provides:   golang(%{import_path}/ace) = %{version}-%{release}
 Provides:   golang(%{import_path}/aci) = %{version}-%{release}
@@ -48,25 +46,36 @@ building other packages which use %{project}/%{repo}.
 
 %prep
 %setup -qn %{repo}-%{commit}
-rm -rf Godeps examples
+rm -rf examples
+
+%build
+GOPATH=$GOPATH:%{gopath}:$(pwd)/Godeps/_workspace ./build
+rm -rf Godeps
 find . -name *.go \
  -print |\
  xargs sed -i 's/github.com\/appc\/spec\/Godeps\/_workspace\/src\///g'
 
-%build
-
 %install
+install -d -p %{buildroot}%{_bindir}
+install -p -m 755 bin/actool %{buildroot}%{_bindir}
+install -p -m 755 bin/ace-validator %{buildroot}%{_bindir}
+
 install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
 for dir in */ ; do
-cp -pav $dir %{buildroot}/%{gopath}/src/%{import_path}/
+cp -rpav $dir %{buildroot}/%{gopath}/src/%{import_path}/
 done
 
 %check
-for dir in $(find . -mindepth 1 -maxdepth 3 -type d); do
-if [ $(find $dir -maxdepth 1 -name *_test.go | wc -l) != '0' ]; then
-GOPATH=%{buildroot}/%{gopath}:%{gopath} go test %{import_path}/$dir
-fi
-done
+#for dir in $(find . -mindepth 1 -maxdepth 3 -type d); do
+#if [ $(find $dir -maxdepth 1 -name *_test.go | wc -l) != '0' ]; then
+#GOPATH=%{buildroot}/%{gopath}:%{gopath}:$(pwd)/Godeps/_workspace go 
test %{import_path}/$dir
+#fi
+#done
+
+%files
+%doc CONTRIBUTING.md LICENSE README.md SPEC.md
+%{_bindir}/actool
+%{_bindir}/ace-validator
 
 %files devel
 %doc CONTRIBUTING.md LICENSE README.md SPEC.md
@@ -74,6 +83,11 @@ done
 %{gopath}/src/%{import_path}
 
 %changelog
+* Tue Feb 03 2015 Lokesh Mandvekar l...@fedoraproject.org - 
0.2.0-2.git2fee340
+- update to master commit#2fee340
+- provide actool and ace-validator in main package
+- remove mentions of fedora 19 (EOL)
+
 * Sat Jan 31 2015 Lokesh Mandvekar l...@fedoraproject.org - 
0.2.0-1.git202fd7b
 - Resolves: rhbz#1174030 - first package upload
 - update to master commit#202fd7b
diff --git a/sources b/sources
index a1b076f..5d62a4d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-baf8838313bc203fefe509c0a89ded3a  spec-202fd7b.tar.gz
+4a750b93ef311c2b337b9f18e84213ab  spec-2fee340.tar.gz
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


File spec-2fee340.tar.gz uploaded to lookaside cache by lsm5

2015-02-05 Thread Lokesh Mandvekar
A file has been added to the lookaside cache for golang-github-appc-spec:

4a750b93ef311c2b337b9f18e84213ab  spec-2fee340.tar.gz
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1184257] missing debug info

2015-02-05 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1184257

Jan Kratochvil jan.kratoch...@redhat.com changed:

   What|Removed |Added

 Depends On||1189928




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1189928
[Bug 1189928] Consider sh_addralign 0 as 1
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang