Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b5fe6f811b244be78cf8231ce436f9bfac50cb30)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b5fe6f811b244be78cf8231ce436f9bfac50cb30)
  • Date: Sun, 23 Jan 2011 03:11:53 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

disk/partimage-ng/DETAILS | 33 +++++++++++++++------------------
disk/partimage-ng/HISTORY | 5 +++++
disk/partimage-ng/PREPARE | 10 ++++------
3 files changed, 24 insertions(+), 24 deletions(-)

New commits:
commit b5fe6f811b244be78cf8231ce436f9bfac50cb30
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

partimage-ng: add autoupdate choice

commit bcb24136b793b4c889b5f1bde34be26f7d56de39
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

partimage-ng: remove whitespace at the end of lines in DETAILS

commit 6e249919b689adbb02d24967235c6bec8dbf7a64
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

partimage-ng: expand url

diff --git a/disk/partimage-ng/DETAILS b/disk/partimage-ng/DETAILS
index f51b7af..5597375 100755
--- a/disk/partimage-ng/DETAILS
+++ b/disk/partimage-ng/DETAILS
@@ -1,16 +1,13 @@
SPELL=partimage-ng
-#if [[ $PART_VCS == y ]];then
+if [[ "${PARTIMAGE_NG_SCM_AUTOUPDATE}" == y ]]; then
+ VERSION=$(date +%Y%m%d)
+else
VERSION=bzr
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=lp:~vonami/partimage-ng/trunk
+fi
+ SOURCE=$SPELL-bzr.tar.bz2
+ SOURCE_URL[0]=bzr://bazaar.launchpad.net/~vonami/partimage-ng/trunk
SOURCE_IGNORE=volatile
-# FORCE_DOWNL=on
-#else
-# VERSION=r80
-# SOURCE_HASH=sha512:
-# SOURCE=$SPELL-$VERSION.tar.gz
-#SOURCE_URL[0]=http://launchpad.net/partimage-ng/devel/$VERSION/+download/$SOURCE
-#fi
+ FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
WEB_SITE=http://launchpad.net/partimage-ng
LICENSE[0]=GPL
@@ -18,12 +15,12 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
KEYWORDS="disk"
SHORT="disk and partition imaging program"
cat << EOF
-Partimage-ng is a disk and partition imaging program. It allows you to
create
-exact images of single partitions or whole drives (including partition
tables
-so you don't need to recreate them manually). Partimage-ng does its job by
-manipulating the low level filesystem structures and saving only the used
-filesystem data blocks (sometimes referred to as clusters). Thus
partimage-ng
-needs to "understand" the layout of the filesystem it is trying to create an
-image of. Currently it supports ext2, ext3, linux-swap, NTFS, and FAT32 (but
-not FAT16) filesystems.
+Partimage-ng is a disk and partition imaging program. It allows you to create
+exact images of single partitions or whole drives (including partition tables
+so you don't need to recreate them manually). Partimage-ng does its job by
+manipulating the low level filesystem structures and saving only the used
+filesystem data blocks (sometimes referred to as clusters). Thus partimage-ng
+needs to "understand" the layout of the filesystem it is trying to create an
+image of. Currently it supports ext2, ext3, linux-swap, NTFS, and FAT32 (but
+not FAT16) filesystems.
EOF
diff --git a/disk/partimage-ng/HISTORY b/disk/partimage-ng/HISTORY
index 930faf9..bc394fb 100644
--- a/disk/partimage-ng/HISTORY
+++ b/disk/partimage-ng/HISTORY
@@ -1,3 +1,8 @@
+2011-01-23 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PREPARE: expanded url
+ removed whitespace at the end of lines
+ add autoupdate choice
+
2010-12-30 Ismael Luceno <ismael AT sourcemage.org>
* DOWNLOAD: fixed

diff --git a/disk/partimage-ng/PREPARE b/disk/partimage-ng/PREPARE
index 9d177c1..04038aa 100755
--- a/disk/partimage-ng/PREPARE
+++ b/disk/partimage-ng/PREPARE
@@ -1,7 +1,5 @@
-if spell_ok $SPELL;then
- if [[ `installed_version $SPELL` != bzr ]];then
- message ${PROBLEM_COLOR}Beware - archive format has changed -old backups
will be unusable!${DEFAULT_COLOR}
- fi
-fi &&
-config_query PART_VCS 'use BZR version?' y
+#config_query PARTIMAGE_NG_SCM "Use the trunk version?" n

+#if [ "$PARTIMAGE_NG_SCM" == "y" ]; then
+ config_query PARTIMAGE_NG_SCM_AUTOUPDATE "Update to the latest trunk
automatically on every cast?" n
+#fi



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b5fe6f811b244be78cf8231ce436f9bfac50cb30), Ismael Luceno, 01/23/2011

Archive powered by MHonArc 2.6.24.

Top of Page