Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 15798] New: sorcery downloads source tarballs to /tmp and then moves to source cache

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 15798] New: sorcery downloads source tarballs to /tmp and then moves to source cache
  • Date: 18 Aug 2010 18:07:17 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15798

Summary: sorcery downloads source tarballs to /tmp and then
moves to source cache
Product: Sorcery
Version: Untargetted future release
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: subroutines
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: wich AT sourcemage.org


Affects both cast and summon.

Seems like working directory is set to /tmp, then the tarball is download with
target $SOURCE, i.e. in current working directory, and subsequently moved to
$SOURCE_CACHE/$SOURCE, instead it should just use a target of
$SOURCE_CACHE/$SOURCE

In libsorcery I see the following:

url_download "$SOURCE" "$SOURCE_URL" "" "sr_target" "sr_type"

But url_download is also used in other places, so need to check more.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page