Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 228489 - portage-2.2_rc1: "repoman ci" doesn't work anymore
Summary: portage-2.2_rc1: "repoman ci" doesn't work anymore
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS, REGRESSION
Depends on:
Blocks: 210077
  Show dependency tree
 
Reported: 2008-06-20 10:26 UTC by Samuli Suominen (RETIRED)
Modified: 2008-07-23 07:56 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Untested (foo.patch,1.58 KB, text/plain)
2008-06-21 12:53 UTC, Samuli Suominen (RETIRED)
Details
Correct patch (foobar.patch,962 bytes, patch)
2008-06-21 12:55 UTC, Samuli Suominen (RETIRED)
Details | Diff
repoman-ci (repoman-ci.patch,703 bytes, patch)
2008-06-21 13:37 UTC, Fabian Groffen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Samuli Suominen (RETIRED) gentoo-dev 2008-06-20 10:26:52 UTC
'repoman ci -m "foo"' used to work, now you have to type 'repoman commit -m "foo"' which is just longer to type..

drac@unique ~/gentoo-x86/app-cdr/nero $ cvs remove -f nero-3.5.0.1.ebuild 
cvs remove: use `cvs commit' to remove this file permanently
drac@unique ~/gentoo-x86/app-cdr/nero $ repoman ci -m "Remove old version. Test repoman."

RepoMan scours the neighborhood...
  ebuild.allmasked              1
   app-cdr/nero
  digestentry.unused            2
   /home/drac/gentoo-x86/app-cdr/nero::nerolinux-3.5.0.1-x86_64.rpm
   /home/drac/gentoo-x86/app-cdr/nero::nerolinux-3.5.0.1-x86.rpm
RepoMan sez: "You're only giving me a partial QA payment?
              I'll take it this time, but I'm not happy."
drac@unique ~/gentoo-x86/app-cdr/nero $ man repoman
drac@unique ~/gentoo-x86/app-cdr/nero $ repoman -f ci -m "Remove old version. Test repoman."

RepoMan scours the neighborhood...
  ebuild.allmasked              1
   app-cdr/nero
  digestentry.unused            2
   /home/drac/gentoo-x86/app-cdr/nero::nerolinux-3.5.0.1-x86_64.rpm
   /home/drac/gentoo-x86/app-cdr/nero::nerolinux-3.5.0.1-x86.rpm
RepoMan sez: "You're only giving me a partial QA payment?
              I'll take it this time, but I'm not happy."
drac@unique ~/gentoo-x86/app-cdr/nero $ repoman commit -m "Remove old version. Test repoman."

RepoMan scours the neighborhood...
>>> Creating Manifest for /home/drac/gentoo-x86/app-cdr/nero
  ebuild.allmasked              1
   app-cdr/nero
* 0 files being committed... 0 have headers that will change.
* Files with headers will cause the manifests to be made and recommited.

Using commit message:
------------------------------------------------------------------------------
Remove old version. Test repoman.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
------------------------------------------------------------------------------

/var/cvsroot/gentoo-x86/app-cdr/nero/nero-3.5.0.1.ebuild,v  <--  nero-3.5.0.1.ebuild
new revision: delete; previous revision: 1.3
Mailing the commit message...
>>> Creating Manifest for /home/drac/gentoo-x86/app-cdr/nero
/var/cvsroot/gentoo-x86/app-cdr/nero/Manifest,v  <--  Manifest
new revision: 1.66; previous revision: 1.65

Commit complete.
RepoMan sez: "If everyone were like you, I'd be out of business!"
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2008-06-21 12:53:58 UTC
Created attachment 157901 [details]
Untested

untested & thanks grobian
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2008-06-21 12:55:04 UTC
Created attachment 157903 [details, diff]
Correct patch
Comment 3 Fabian Groffen gentoo-dev 2008-06-21 13:37:48 UTC
Created attachment 157923 [details, diff]
repoman-ci

My original "first shot" at the problem was untested and not working.  My "second shot" attached here does work for me.  Won't win the beauty contest, but will make people happy.  ;)
Comment 4 Zac Medico gentoo-dev 2008-07-23 07:56:35 UTC
Thanks, this is fixed in 2.2_rc2.