Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (414a2428db5d3d3ade4373366bc5b781d13eb705)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (414a2428db5d3d3ade4373366bc5b781d13eb705)
  • Date: Wed, 29 Aug 2007 21:20:09 +0200

On Wednesday 29 of August 2007 14:11:22 Ladislav Hagara wrote:
> >> Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>
> >>
> >> ruby-evas: moved from subversion to git
> >>
> >> please, could some git specialist test this SOURCE_URL
> >> it works but when I repeat "summon -d ruby-evas" just get:
> >> mv: cannot move `ruby-evas' to `ruby-evas-svn/ruby-evas': Directory not
> >> empty
> >
> > It works here.
>
> Please try this:
> # cd /var/spool/sorcery/
> # rm ruby-evas-svn.tar.bz2
> # summon -d ruby-evas
> Downloading source file ruby-evas-svn.tar.bz2 for spell ruby-evas
> Running git clone...
> git clone git://code-monkey.de/ruby-evas.git ruby-evas
> Initialized empty Git repository in
> /tmp/sorcery/summon/30490/ruby-evas/ruby-evas/.git/
> remote: Generating pack...
> remote: Done counting 415 objects.
> remote: Deltifying 415 objects...
> remote: 100% (415/415) done
> Indexing 415 objects...
> remote: Total 415 (delta 296), reused 0 (delta 0)
> 100% (415/415) done
> Resolving 296 deltas...
> 100% (296/296) done
>
> Repackaging ruby-evas-svn.tar.bz2
>
> root@matrix:/var/spool/sorcery# ls -l ruby-evas-svn.tar.bz2
> -rw-r--r-- 1 root root *126966* 2007-08-29 13:48 ruby-evas-svn.tar.bz2
>
> # summon -d ruby-evas
> Downloading source file ruby-evas-svn.tar.bz2 for spell ruby-evas
> Unpacking source file ruby-evas-svn.tar.bz2 for spell ruby-evas.
> Running git clone...
> git clone git://code-monkey.de/ruby-evas.git ruby-evas
> Initialized empty Git repository in
> /tmp/sorcery/summon/30755/ruby-evas/ruby-evas/.git/
> ...
>
> Repackaging ruby-evas-svn.tar.bz2
> root@matrix:/var/spool/sorcery# ls -l ruby-evas-svn.tar.bz2
> -rw-r--r-- 1 root root *153000* 2007-08-29 13:50 ruby-evas-svn.tar.bz2
>
> # summon -d ruby-evas
> ...
> git clone git://code-monkey.de/ruby-evas.git ruby-evas
> Initialized empty Git repository in
> /tmp/sorcery/summon/31029/ruby-evas/ruby-evas/.git/
> ...
> *mv: cannot move `ruby-evas' to `ruby-evas-svn/ruby-evas': Directory not
> empty*
>
> root@matrix:/var/spool/sorcery# ls -l ruby-evas-svn.tar.bz2
> -rw-r--r-- 1 root root *153000* 2007-08-29 13:51 ruby-evas-svn.tar.bz2
>
>
> When I look into ruby-evas-svn.tar.bz2 after second summon there is new
> directory "ruby-evas" in ruby-evas-svn.
> So my either my SOURCE_URL is bad or there is a bug in sorcery.
summon doesn't delete the download target, but overwrites it (mv). Could be
there is a bug in the git download handler or some dark corner. What is your
sorcery version (or date)?

There is definitely some useless unpacking going on (with svn also, probably
all tree type downloads). If you're going to redownload everything there is
no use in unpacking the previous source. Time to start opening bugs.

--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

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




Archive powered by MHonArc 2.6.24.

Top of Page