Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f24ff38efcc96bd9e90277b82dd0b98174930699)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f24ff38efcc96bd9e90277b82dd0b98174930699)
  • Date: Mon, 17 Jan 2011 02:08:50 +0100

> New commits:
> commit f24ff38efcc96bd9e90277b82dd0b98174930699
> Author: Vlad Glagolev <stealth AT sourcemage.org>
> Commit: Vlad Glagolev <stealth AT sourcemage.org>
>
> drbd: => 8.3.8.1
>

> --- a/cluster/drbd/DETAILS
> +++ b/cluster/drbd/DETAILS
> @@ -1,12 +1,21 @@
> SPELL=drbd
> - VERSION=8.3.9
> +
> +KERNEL_BRANCH=`get_kernel_version|cut -d . -f -3`
> +
> +if [[ $KERNEL_BRANCH == 2.6.33 ]] || [[ $KERNEL_BRANCH == 2.6.34 ]]; then
> + VERSION=8.3.7
> +
> SOURCE_HASH=sha512:9ea576ed6a75d80009ade0f9540535b2a65ecee6d38b1a85fa3146a97aac8cb3add31154e2921630aa75121c7115d66bdcf45adb8e0fa481bdb27c011b1c9b15
> +else
> + VERSION=8.3.8.1
> +
> SOURCE_HASH=sha512:c43c6d065328058db66f708d47ce082603b766deb1530c57aa736a42b4908f780ede41f76395ca45c2691ef1dfd142147a4c98a7bcdb26ba7de73b149d8f9f5f
> +fi

> diff --git a/cluster/drbd/HISTORY b/cluster/drbd/HISTORY
> index d6bd854..9f6d27f 100644
> --- a/cluster/drbd/HISTORY
> +++ b/cluster/drbd/HISTORY
> @@ -1,11 +1,13 @@
> -2010-12-08 Vlad Glagolev <stealth AT sourcemage.org>
> - * DETAILS: updated spell to 8.3.9; replaced gpg sig with sha512
> hash;
> - use BRANCH; corrected short desc; quoting paths
> - * BUILD: use DRBD_OPTS and default_build
> - * DEPENDS: added, for dependencies
> - * CONFIGURE: added, for configure options
> +2011-01-15 Vlad Glagolev <stealth AT sourcemage.org>
> + * DETAILS: updated spell to 8.3.8.1/8.3.7 (use selection depending
> on
> + installed kernel branch)
> + * init.d/drbd: added init script, adopted for Source Mage
> + * BUILD: use generic distribution set
> + * CONFIGURE: added support for heartbeat integration
> + * PRE_BUILD: added, to apply the patch
> + * init.patch: added, to not install init script in a wrong place



What was wrong with 8.3.9?
drbd-latest.tar.gz on http://oss.linbit.com/drbd/ links to 8.3.9.

--
Ladislav Hagara




Archive powered by MHonArc 2.6.24.

Top of Page