Accepting request 244719 from home:stknorr:branches:Documentation:Tools
Purely packaging related update: update list of excluded files, streamline TAR archive fetch script OBS-URL: https://build.opensuse.org/request/show/244719 OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=163
This commit is contained in:
parent
3b8bc1bfb1
commit
9780fd6611
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:24d1c8dc44071c98a42dfd78a2ba21578acfc5c2cf62ddc365984023085ac956
|
oid sha256:c1e6c7a878bdfaed57874d9f8328a97c13ac2aae97f1d8bc31c5ab5b83e0c428
|
||||||
size 3756845
|
size 3171078
|
||||||
|
@ -64,8 +64,6 @@ fi
|
|||||||
export BZIP2=--best
|
export BZIP2=--best
|
||||||
tar cf ${NAME}-${VERSION}.tar -C ${TMPDIR} \
|
tar cf ${NAME}-${VERSION}.tar -C ${TMPDIR} \
|
||||||
--exclude-from=$EXCLUDES ${NAME} || exit_on_error "Failed to create the tarball."
|
--exclude-from=$EXCLUDES ${NAME} || exit_on_error "Failed to create the tarball."
|
||||||
tar rf ${NAME}-${VERSION}.tar -C ${TMPDIR} ${NAME}/suse/{suse,daps}2013 \
|
|
||||||
|| exit_on_error "Failed to add suse/{suse,daps}2013 to the tarball."
|
|
||||||
bzip2 -9f ${NAME}-${VERSION}.tar
|
bzip2 -9f ${NAME}-${VERSION}.tar
|
||||||
|
|
||||||
echo "Successfully wrote source tarball ${NAME}-${VERSION}.tar.bz2"
|
echo "Successfully wrote source tarball ${NAME}-${VERSION}.tar.bz2"
|
||||||
@ -74,7 +72,7 @@ echo "Successfully wrote source tarball ${NAME}-${VERSION}.tar.bz2"
|
|||||||
#
|
#
|
||||||
diff -q $SPECFILE ${TMPDIR}/${NAME}/packaging/$SPECFILE >/dev/null
|
diff -q $SPECFILE ${TMPDIR}/${NAME}/packaging/$SPECFILE >/dev/null
|
||||||
if [[ 0 = $? ]]; then
|
if [[ 0 = $? ]]; then
|
||||||
echo "spec file is up-to-date"
|
echo "Spec file is up-to-date."
|
||||||
else
|
else
|
||||||
cp ${TMPDIR}/${NAME}/packaging/$SPECFILE . || exit_on_error "Failed to copy the specfile."
|
cp ${TMPDIR}/${NAME}/packaging/$SPECFILE . || exit_on_error "Failed to copy the specfile."
|
||||||
echo "Successfully updated the spec file."
|
echo "Successfully updated the spec file."
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 14 13:57:37 UTC 2014 - sknorr@suse.de
|
||||||
|
|
||||||
|
- Purely packaging related update: update list of excluded files,
|
||||||
|
streamline TAR archive fetch script
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 14 11:09:36 UTC 2014 - sknorr@suse.de
|
Thu Aug 14 11:09:36 UTC 2014 - sknorr@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user