Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 589528 Details for
Bug 828848
--skip-symlinks doesn't work
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch
0001-Fix-skip-symlinks.patch (text/plain), 899 bytes, created by
Tomas Mlcoch
on 2012-06-05 13:14:13 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Tomas Mlcoch
Created:
2012-06-05 13:14:13 UTC
Size:
899 bytes
patch
obsolete
>From eeb28101884751cede905662583e6fde89a718cb Mon Sep 17 00:00:00 2001 >From: Tomas Mlcoch <tmlcoch@redhat.com> >Date: Tue, 5 Jun 2012 15:12:48 +0200 >Subject: [PATCH] Fix --skip-symlinks > >--- > createrepo/__init__.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/createrepo/__init__.py b/createrepo/__init__.py >index 3f55700..743621a 100644 >--- a/createrepo/__init__.py >+++ b/createrepo/__init__.py >@@ -308,7 +308,7 @@ class MetaDataGenerator: > for fn in names: > if os.path.isdir(fn): > continue >- if self.conf.skip_symlinks and os.path.islink(fn): >+ if self.conf.skip_symlinks and os.path.islink(os.path.join(dirname, fn)): > continue > elif fn[-extlen:].lower() == '%s' % (ext): > relativepath = dirname.replace(startdir, "", 1) >-- >1.7.7.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 828848
: 589528