Bug 731694 - Wrong tag name generated by make tag
Summary: Wrong tag name generated by make tag
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Beaker
Classification: Retired
Component: command line
Version: 0.7
Hardware: All
OS: Linux
low
low
Target Milestone: future_maint
Assignee: Nick Coghlan
QA Contact:
URL:
Whiteboard: MC
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-08-18 11:30 UTC by Richard Marko
Modified: 2016-02-01 02:21 UTC (History)
8 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-11-07 07:24:08 UTC
Embargoed:


Attachments (Terms of Use)

Description Richard Marko 2011-08-18 11:30:16 UTC
Description of problem:
When using make tag in checked out cvs repository which is contained under git repository (lower in the tree, not related to cvs) rhts-mk-get-test-package-name returns wrong package name.


Version-Release number of selected component (if applicable):
rhts-devel-4.38-1.fc14.noarch


How reproducible:
Always


Steps to Reproduce:
1. cd
2. git clone <repo> .
3. mkdir cvs_repos; cd cvs_repos
3. checkout CVS repository; cd to repository
4. /usr/libexec/rhts/rhts-mk-get-test-package-name
  
Actual results:
name of the git repository returned

Expected results:
name of the cvs repository returned


Additional info:
Would be nice to have this fixed not to confuse another user.

Comment 1 Bill Peck 2011-08-30 18:03:10 UTC
Dan,Ray,

Would this be solved by changing the order in rhts-mk-get-current-tag ?

Put git in the beginning and then cvs and svn after?

Comment 2 Marian Csontos 2011-08-30 18:39:06 UTC
I am sceptical it is possible to solve that way as other people will complain it's broken if we just change the order.

Shall we try to obtain tag from all possible sources, find maximum and increase by one? Not very nice solution but IMO the only good one.

Shall we also tag in all supported VCS`s if present?

Alternatively it should be possible to pick (and remember) preferred VCS.

Comment 3 Nick Coghlan 2012-10-17 04:39:39 UTC
Bulk reassignment of issues as Bill has moved to another team.

Comment 4 Dan Callaghan 2012-10-24 03:34:26 UTC
I don't think this is much of an issue anymore since nobody is using CVS for their tests...

Comment 5 Min Shin 2012-11-07 07:24:08 UTC
This bugs is closed as it is either not in the current Beaker scope or we could not find sufficient data in the bug report for consideration.
Please feel free to reopen the bug with additional information and/or business cases behind it.


Note You need to log in before you can comment on or make changes to this bug.