Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 15097] New: SOURCE_HINTS[0]="force_source"

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 15097] New: SOURCE_HINTS[0]="force_source"
  • Date: 3 Mar 2009 08:44:25 -0000

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

Summary: SOURCE_HINTS[0]="force_source"
Product: Sorcery
Version: Untargetted future release
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: Summon
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: hgr AT vabo.cz


Some projects provide their sources on non-standard url and sorcery has a
problems with them.

We have SOURCE_HINTS[0]="no-check-certificate" to control wget's behaviour.
Imho we could also have something like SOURCE_HINTS[0]="force_source" to
rename
source downloaded from non-standard url to $SOURCE.

For example url from libchipcard's DETAILS
"http://www2.aquamaniac.de/sites/download/download.php?package=02&release=10&file=01&dummy=$SOURCE";
works but sorcery wants to save file as
download.php?package=02&release=10&file=01&dummy=libchipcard-4.2.4.tar.gz,
with this hint wget would use -O $SOURCE.


For example libchipcard and blobwars use NO_CACHE="-O ${SOURCE}" for this, it
works, NO_CACHE is a variable wget used, but it is not a proper solution, this
should be independent on particular downloader (wget, curl, ...).

With this hint we could remove some DOWNLOAD files, for example from
virtualbox
spell.

--
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