Mailinglist Archive: opensuse-bugs (14787 mails)
| < Previous | Next > |
[Bug 217534] New: Use local repositories for package cache, symlink instead of copy
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 2 Nov 2006 13:46:59 -0700 (MST)
- Message-id: <bug-217534-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=217534
Summary: Use local repositories for package cache, symlink
instead of copy
Product: openSUSE.org
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: BuildService
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: lurch@xxxxxx
QAContact: adrian@xxxxxxxxxx
Attached is a patch for osc which makes the behaviour of the fetcher for localy
available packages configurable. By default, nothing changes. If "localcopy" is
set to 0, local files are symlinked into the packagecachedir, remote files are
downloaded as before.
example .oscrc snippet:
---
localcopy: 0
urllist:
# mounted distribution dvd
file:///media/dvd/suse/%(arch)s/%(filename)s,
# the normal repo server, redirecting to mirrors
http://software.opensuse.org/download/%(project)s/%(repository)s/%(arch)s/%(filename)s,
# direct access to "full" tree
http://api.opensuse.org/rpm/%(project)s/%(repository)s/_repository/%(buildarch)s/%(name)s
-----
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Summary: Use local repositories for package cache, symlink
instead of copy
Product: openSUSE.org
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Enhancement
Priority: P5 - None
Component: BuildService
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: lurch@xxxxxx
QAContact: adrian@xxxxxxxxxx
Attached is a patch for osc which makes the behaviour of the fetcher for localy
available packages configurable. By default, nothing changes. If "localcopy" is
set to 0, local files are symlinked into the packagecachedir, remote files are
downloaded as before.
example .oscrc snippet:
---
localcopy: 0
urllist:
# mounted distribution dvd
file:///media/dvd/suse/%(arch)s/%(filename)s,
# the normal repo server, redirecting to mirrors
http://software.opensuse.org/download/%(project)s/%(repository)s/%(arch)s/%(filename)s,
# direct access to "full" tree
http://api.opensuse.org/rpm/%(project)s/%(repository)s/_repository/%(buildarch)s/%(name)s
-----
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |