Bug 700744

Summary: in new branch of git is not possible upload source file
Product: [Fedora] Fedora Reporter: Marcela Mašláňová <mmaslano>
Component: fedpkgAssignee: Dennis Gilmore <dennis>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: bochecha, cqi, dennis, lsedlar, pbabinca, rhbugs, s
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-08-23 05:37:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marcela Mašláňová 2011-04-29 09:57:36 UTC
git branch
  f10
  f13
  f14
  f15
  master
* rc

rc - my testing branch for release candidates

fedpkg upload perl-5.14.0-RC1.tar.bz2 
Could not upload new sources: Unable to find remote branch.  Use --dist

So, what now? Does exist any workaround how can I upload it?

Comment 1 Jesse Keating 2011-04-29 16:32:08 UTC
The error message gave you the hint.  Use the --dist argument, which is described in the man page.

fedpkg --dist f?? upload <blah>

That said, I don't believe the lookaside currently uses dist information to arrange things, so I think I can make upload not care.  Will keep bug open for that case.