Accepting request 412881 from filesystems:ceph:jewel
pre_checkin.sh: copy ceph.changes to ceph-test.changes OBS-URL: https://build.opensuse.org/request/show/412881 OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=47
This commit is contained in:
parent
741d29a1a5
commit
dc978bc3ef
1781
ceph-test.changes
Normal file
1781
ceph-test.changes
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 22 17:38:59 UTC 2016 - ncutler@suse.com
|
||||||
|
|
||||||
|
- pre_checkin.sh: copy ceph.changes to ceph-test.changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 22 17:03:43 UTC 2016 - ncutler@suse.com
|
Fri Jul 22 17:03:43 UTC 2016 - ncutler@suse.com
|
||||||
|
|
||||||
@ -7,7 +12,7 @@ Fri Jul 22 17:03:43 UTC 2016 - ncutler@suse.com
|
|||||||
Fri Jul 22 13:33:31 UTC 2016 - rdias@suse.com
|
Fri Jul 22 13:33:31 UTC 2016 - rdias@suse.com
|
||||||
|
|
||||||
- Split ceph.spec into ceph.spec + ceph-test.spec
|
- Split ceph.spec into ceph.spec + ceph-test.spec
|
||||||
+ Added pre_checking.sh script to generate ceph-test.spec
|
+ Added pre_checkin.sh script to generate ceph-test.spec
|
||||||
+ Reduced the constraints on resources required to build ceph and ceph-test packages
|
+ Reduced the constraints on resources required to build ceph and ceph-test packages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -286,6 +286,12 @@ function generate_rm_exclude_files {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function copy_changes_file {
|
||||||
|
local dest_pkg=$1
|
||||||
|
|
||||||
|
cp ceph.changes ${dest_pkg}.changes
|
||||||
|
}
|
||||||
|
|
||||||
PACKAGE="ceph-test"
|
PACKAGE="ceph-test"
|
||||||
SPEC_FILE="ceph.spec"
|
SPEC_FILE="ceph.spec"
|
||||||
|
|
||||||
@ -299,5 +305,5 @@ rm_files=`generate_rm_exclude_files "$files" "%{buildroot}"`
|
|||||||
summ=`get_package_summary $SPEC_FILE $PACKAGE`
|
summ=`get_package_summary $SPEC_FILE $PACKAGE`
|
||||||
desc=`get_package_description $SPEC_FILE $PACKAGE`
|
desc=`get_package_description $SPEC_FILE $PACKAGE`
|
||||||
reqs=`get_package_requires $SPEC_FILE $PACKAGE`
|
reqs=`get_package_requires $SPEC_FILE $PACKAGE`
|
||||||
transform_spec_file $SPEC_FILE $PACKAGE "$rm_files" "$summ" "$desc" "$reqs" > ceph-test.spec
|
transform_spec_file $SPEC_FILE $PACKAGE "$rm_files" "$summ" "$desc" "$reqs" > $PACKAGE.spec
|
||||||
|
copy_changes_file $PACKAGE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user