Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1dae39b079e11622e568e6f47c0bc8b30b2bf277)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <pyrobor AT ver.si>
  • To: Ismael Luceno <ismael AT sourcemage.org>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1dae39b079e11622e568e6f47c0bc8b30b2bf277)
  • Date: Thu, 15 Sep 2011 10:34:02 +0200

On 15. of Sep 2011 3:22:43 Ismael Luceno <scm AT sourcemage.org> wrote:
> GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:
>
> chat-irc/irssi/DEPENDS | 2 +-
> chat-irc/irssi/DETAILS | 10 ++++------
> chat-irc/irssi/HISTORY | 3 +++
> chat-irc/irssi/PREPARE | 8 ++------
> chat-irc/irssi/PRE_BUILD | 2 +-
> devel/b43-tools/DETAILS | 2 +-
> devel/b43-tools/HISTORY | 3 +++
> devel/b43-tools/PREPARE | 4 ++--
> utils/flashrom/DEPENDS | 2 +-
> utils/flashrom/DETAILS | 7 ++++++-
> utils/flashrom/HISTORY | 3 +++
> utils/flashrom/PREPARE | 8 ++------
> utils/gnuplot/BUILD | 2 +-
> utils/gnuplot/DETAILS | 2 +-
> utils/gnuplot/HISTORY | 3 +++
> utils/gnuplot/PREPARE | 9 ++-------
> windowmanagers/wmii/DEPENDS | 2 +-
> windowmanagers/wmii/DETAILS | 2 +-
> windowmanagers/wmii/DOWNLOAD | 2 +-
> windowmanagers/wmii/HISTORY | 3 +++
> windowmanagers/wmii/PREPARE | 9 ++-------
> x11-libs/wine/DEPENDS | 2 +-
> x11-libs/wine/DETAILS | 6 +++---
> x11-libs/wine/HISTORY | 3 +++
> x11-libs/wine/PREPARE | 10 ++--------
> x11-libs/wine/PRE_BUILD | 2 +-
> xfce/xfburn/BUILD | 2 +-
> xfce/xfburn/DEPENDS | 2 +-
> xfce/xfburn/DETAILS | 4 ++--
> xfce/xfburn/HISTORY | 3 +++
> xfce/xfburn/PREPARE | 8 ++------
> xorg-driver/wizardpen/DETAILS | 2 +-
> xorg-driver/wizardpen/HISTORY | 3 +++
> xorg-driver/wizardpen/PREPARE | 4 ++--
> 34 files changed, 69 insertions(+), 70 deletions(-)
...
> a/utils/flashrom/DETAIL b/utils/flashrom/DETAILS
> index 916ea2d..7868d42 100755
> --- a/utils/flashrom/DETAILS
> +++ b/utils/flashrom/DETAILS
> @@ -1,7 +1,12 @@
> SPELL=flashrom
> -if [[ ${FLASHROM_SCM} == "y" ]]
> +if [[ ${FLASHROM_BRANCH} == scm ]]
> then
> + if [[ $FLASHROM_AUTOUPDATE = y ]]
> + then
> + VERSION=$(date +%Y%m%d)
> + else
> VERSION=scm
> + fi
> SOURCE=${SPELL}-${VERSION}.tar.bz2
> SOURCE_URL[0]=svn://coreboot.org/flashrom/trunk:${SOURCE%.tar.bz2}
> FORCE_DOWNLOAD=on
That is not good. SOURCE for scm AUTOUPDATE shouldn't be
${SPELL}-${VERSION}.tar.bz2. Because that it will re-download *everything*
from upstream on each update.

We should use SOURCE=${SPELL}-scm.tar.bz2 for VERSION=$(date +%Y%m%d) just
like for VERSION=scm. That way only new changes are pulled down.

Spell flashrom is just an example I noticed that you updated other spells
that
way too.

Regards, Bor

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page