SHA256
1
0
forked from pool/ceph

Reset link to rev 1

OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=26
This commit is contained in:
Nathan Cutler 2016-05-18 02:57:15 +00:00 committed by Git OBS Bridge
parent b495067e29
commit 4e961a5c13
9 changed files with 1999 additions and 520 deletions

View File

@ -1,17 +0,0 @@
This package should use just the content of the git tree. If you need
to make changes, you have the following options:
* Make them in git and update the package from git (you can send merge
request if you don't have write access or if you want your patch to be
reviewed)
* Create a patch, add the patch to the package and let one of the
ceph packagers commit it for you
The online repository is at:
http://github.com/SUSE/ceph
For building the package from git run the service directly:
osc service disabledrun
This generates a new tarball from the git branch specified in _service and
extracts ceph.spec (which is itself generated from ceph.spec.in, which is
maintained in git) from it.

View File

@ -2,10 +2,10 @@
<constraints> <constraints>
<hardware> <hardware>
<disk> <disk>
<size unit="G">32</size> <size unit="G">48</size>
</disk> </disk>
<memory> <memory>
<size unit="G">8</size> <size unit="G">12</size>
</memory> </memory>
</hardware> </hardware>
<sandbox>kvm</sandbox> <sandbox>kvm</sandbox>

View File

@ -1,8 +1,8 @@
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="versionformat">10.0.2+git.%ct.%h</param> <param name="versionformat">10.2.1+git.%ct.%h</param>
<param name="url">git://github.com/SUSE/ceph.git</param> <param name="url">git://github.com/SUSE/ceph.git</param>
<param name="revision">obs-jewel</param> <param name="revision">ses-10-2-1</param>
<param name="filename">ceph</param> <param name="filename">ceph</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="package-meta">no</param> <param name="package-meta">no</param>
@ -11,7 +11,7 @@
</service> </service>
<service name="extract_ceph_spec" mode="disabled" /> <service name="extract_ceph_spec" mode="disabled" />
<service name="recompress" mode="disabled"> <service name="recompress" mode="disabled">
<param name="compression">xz</param> <param name="compression">bz2</param>
<param name="file">*.tar</param> <param name="file">*.tar</param>
</service> </service>
<service name="set_version" mode="disabled"> <service name="set_version" mode="disabled">

View File

@ -1,4 +1,5 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">git://github.com/SUSE/ceph.git</param> <param name="url">git://github.com/SUSE/ceph.git</param>
<param name="changesrevision">065598905847d138eaa6fc15451857cc64230b85</param></service></servicedata> <param name="changesrevision">bcd73deb15926f02c6017e3bf21c3620c1020424</param></service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d13596fc767b205be6989568aff5a48c5d167e51f4870c9e54995f18e827fe3
size 11895708

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ccc1ad06a257bc8c88b6123781370286b6279b7f4e21ae8cc098459a2d165b88
size 17372262

View File

@ -1 +1,2 @@
# to be used as a last resort # to be used as a last resort
addFilter("shlib-fixed-dependency")

File diff suppressed because it is too large Load Diff

1101
ceph.spec

File diff suppressed because it is too large Load Diff