[arch-commits] Commit in dmraid/repos (testing-x86_64 testing-x86_64/dmraid.install)
Tobias Powalowski
tpowa at archlinux.org
Mon Nov 2 14:46:45 UTC 2009
Date: Monday, November 2, 2009 @ 09:46:45
Author: tpowa
Revision: 57839
Merged revisions 57838 via svnmerge from
svn+ssh://gerolde.archlinux.org/srv/svn-packages/dmraid/trunk
........
r57838 | tpowa | 2009-11-02 15:45:59 +0100 (Mo, 02 Nov 2009) | 2 lines
upgpkg: dmraid 1.0.0.rc16-1
bump to latest version, fixed install message
........
Modified:
dmraid/repos/testing-x86_64/ (properties)
dmraid/repos/testing-x86_64/dmraid.install
----------------+
dmraid.install | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
Property changes on: dmraid/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /dmraid/trunk:1-57820
+ /dmraid/trunk:1-57838
Modified: testing-x86_64/dmraid.install
===================================================================
--- testing-x86_64/dmraid.install 2009-11-02 14:45:59 UTC (rev 57838)
+++ testing-x86_64/dmraid.install 2009-11-02 14:46:45 UTC (rev 57839)
@@ -4,23 +4,11 @@
echo ">>>"
echo ">>> IMPORTANT DMRAID UPGRADE NOTICE"
echo ">>> -------------------------------"
- echo ">>> Version 1.0.15rc introduce a new name scheme:"
+ echo ">>> Version 1.0.0.rc15 and greater introduce a new name scheme:"
echo ">>> You need to add an additional 'p' in front of your number."
echo ">>> e.g. <yourname><number> --> <yourname>p<number>"
echo ">>> firsthd1 --> firsthdp1"
echo ">>> Please change your bootloader and fstab accordingly."
echo ">>>"
fi
- if [ "$(vercmp $2 1.0.0.rc14)" -gt 0 ]; then
- # important downgrade notice
- echo ">>>"
- echo ">>> IMPORTANT DMRAID DOWNGRADE NOTICE"
- echo ">>> -------------------------------"
- echo ">>> Version 1.0.15rc introduced a new name scheme:"
- echo ">>> You need to remove the additional 'p' in front of your number."
- echo ">>> e.g. <yourname>p<number> --> <yourname><number>"
- echo ">>> firsthdp1 --> firsthd1"
- echo ">>> Please change your bootloader and fstab accordingly."
- echo ">>>"
- fi
}
More information about the arch-commits
mailing list