19 Oct
2012
19 Oct
'12
14:34
https://bugzilla.novell.com/show_bug.cgi?id=785873 https://bugzilla.novell.com/show_bug.cgi?id=785873#c0 Summary: tar_scm doesn't work with SLE_11_SP2 git Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: SLES 11 Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: mattiasr@op5.com QAContact: adrian@suse.com Found By: --- Blocker: --- using: git 1.6.0.2 rpm -qa|grep obs obs-service-download_url-0.1-13.1 obs-service-download_src_package-0.2-2.2 obs-service-tar_scm-0.2.3-39.1 obs-utils-2.3.6-1.2 obs-service-verify_file-0.1-13.1 obs-worker-1.7.7-0.3.1 obs-service-recompress-0.2-4.1 obs-service-download_files-0.4-34.1 obs-service-format_spec_file-0.4.1-124.1 obs-source_service-2.3.6-1.2 obs-service-set_version-0.2-6.1 obs-signd-2.1.5-1.1 obs-service-extract_file-0.1-6.2 obs-service-source_validator-0.2-22.1 obs-api-2.3.6-1.2 obs-server-2.3.6-1.2 config: <services> <service name="tar_scm"> <param name="scm">git</param> <param name="url">git://url:19418/project.git</param> <param name="filename">project</param> <param name="revision">maint-5.7</param> </service> <service name="extract_file"> <param name="archive">*.tar</param> <param name="files">*/*.spec</param> </service> <service name="recompress"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> <service name="set_version"/> </services> output: service tar_scm failed: Fetching from git://server:19418/project.git ... Initialized empty Git repository in /var/tmp/obs_service/2775/.tmp/project/.git/ error: pathspec 'maint-5.7' did not match any file(s) known to git. maint-5.7 not accessible by default clone/fetch, attempting explicit fetch >From git://server:19418/project * [new branch] maint-5.7 -> maint-5.7 Switched to branch "maint-5.7" You asked me to pull without telling me which branch you want to merge with, and 'branch.maint-5.7.merge' in your configuration file does not tell me either. Please name which branch you want to merge on the command line and try again (e.g. 'git pull <repository> <refspec>'). See git-pull(1) for details on the refspec. If you often merge with the same branch, you may want to configure the following variables in your configuration file: branch.maint-5.7.remote = <nickname> branch.maint-5.7.merge = <remote-ref> remote.<nickname>.url = <url> remote.<nickname>.fetch = <refspec> See git-config(1) for details. ERROR: git pull failed; aborting! -- 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.