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 294915 Details for
Bug 431173
git repositories in Damned Lies only provides statistics & downloads for master branch
[?]
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]
fixes git checkout method
dl-git-fix.patch (text/plain), 1.25 KB, created by
Christos Trochalakis
on 2008-02-14 15:13:20 UTC
(
hide
)
Description:
fixes git checkout method
Filename:
MIME Type:
Creator:
Christos Trochalakis
Created:
2008-02-14 15:13:20 UTC
Size:
1.25 KB
patch
obsolete
>Index: web/flpweb/modules.py >=================================================================== >RCS file: /cvs/l10n/web/flpweb/modules.py,v >retrieving revision 1.12 >diff -u -r1.12 modules.py >--- web/flpweb/modules.py 5 Feb 2008 02:11:17 -0000 1.12 >+++ web/flpweb/modules.py 14 Feb 2008 14:43:39 -0000 >@@ -314,7 +314,7 @@ > > commandList=[] > if os.access(os.path.join(localroot, moduledir), os.X_OK | os.W_OK): >- commandList.append("cd %(localdir)s && git checkout %(branch)s && git reset --hard && git clean -d && git pull" % { >+ commandList.append("cd %(localdir)s && git checkout %(branch)s && git fetch origin && git reset --hard origin/%(branch)s" % { > "localdir" : os.path.join(localroot, moduledir), > "branch" : branch, > }) >@@ -328,7 +328,7 @@ > "dir" : moduledir, > }) > # retrieve the specific remote branch >- commandList.append("cd %(branchdir)s && git checkout --track -b %(branch)s origin/%(branch)s" % { >+ commandList.append("cd %(branchdir)s && git branch --track %(branch)s origin/%(branch)s" % { > "branchdir" : os.path.join(localroot, moduledir), > "branch" : branch, > })
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 431173
: 294915