[arch-commits] Commit in mkbootcd/repos (3 files)
Tobias Powalowski
tpowa at archlinux.org
Wed Sep 17 21:20:37 UTC 2008
Date: Wednesday, September 17, 2008 @ 17:20:37
Author: tpowa
Revision: 12672
Merged revisions 2-12671 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/mkbootcd/trunk
........
r356 | aaron | 2008-04-19 00:56:27 +0200 (Sa, 19 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r12670 | tpowa | 2008-09-17 23:19:05 +0200 (Mi, 17 Sep 2008) | 1 line
upgpkg: mkbootcd 2008.09-1
........
Modified:
mkbootcd/repos/extra-x86_64/ (properties)
mkbootcd/repos/extra-x86_64/PKGBUILD
mkbootcd/repos/extra-x86_64/mkbootcd
----------+
PKGBUILD | 4 ++--
mkbootcd | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
Property changes on: mkbootcd/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /mkbootcd/trunk:1
+ /mkbootcd/trunk:1-12671
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-09-17 21:19:41 UTC (rev 12671)
+++ extra-x86_64/PKGBUILD 2008-09-17 21:20:37 UTC (rev 12672)
@@ -2,7 +2,7 @@
# Maintainer : Tobias Powalowski <tpowa at archlinux.org>
pkgname=mkbootcd
-pkgver=2008.03
+pkgver=2008.09
pkgrel=1
pkgdesc="Advanced, modular isolinux bootcd image creation utility"
arch=(i686 x86_64)
@@ -21,6 +21,6 @@
install -D -m644 options.msg $startdir/pkg/usr/share/mkbootcd/options.msg
}
md5sums=('d02e111f81204044644f728ff85e2284'
- 'c2b957d5431ba10f01c708e2b7b15d74'
+ 'bfae68f0a5168bd41f8d0c56f524fb08'
'e08b9b952b5e468feb16e3f20ee3faf2'
'fa078942b8adf261e4d925e080dc3018')
Modified: extra-x86_64/mkbootcd
===================================================================
--- extra-x86_64/mkbootcd 2008-09-17 21:19:41 UTC (rev 12671)
+++ extra-x86_64/mkbootcd 2008-09-17 21:20:37 UTC (rev 12672)
@@ -17,7 +17,7 @@
echo " -B Burn the ISO image after creation"
echo " -b Blanking media first"
echo " -grub Use grub instead of isolinux"
- echo " -t=TARNAME Generate a tar.bz2 image instead of an iso image"
+ echo " -t=TARNAME Generate a tar image instead of an iso image"
echo " -h This message."
exit 1
}
@@ -113,10 +113,10 @@
[ ! -s ${TEMPDIR}/${BOOTDIRNAME}/options.msg ] && echo 'ERROR:no options.msg found, aborting!' && exit 1
# create image
if ! [ "${TARNAME}" = "" ]; then
- echo ":: Creating tar.bz2 image ..."
+ echo ":: Creating tar image ..."
[ -e ${TARNAME} ] && rm ${TARNAME}
rm ${TEMPDIR}/arch/pkg/*.pkg.tar.gz > /dev/null 2>&1
- tar cfvj ${TARNAME} ${TEMPDIR} > /dev/null 2>&1 && echo ":: tar.bz2 Image succesfull created at ${TARNAME}"
+ tar cfv ${TARNAME} ${TEMPDIR} > /dev/null 2>&1 && echo ":: tar Image succesfull created at ${TARNAME}"
else
echo ":: Creating ISO image ..."
[ -e ${GENIMG} ] && rm ${GENIMG}
More information about the arch-commits
mailing list