Ticket #89 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Double install during confman install

Reported by: blee Owned by: ccowart
Priority: major Milestone: confman-1.9.3
Component: confman Version: HEAD
Keywords: Cc:

Description

Just hit an odd double install issue on HEAD:

blee@supra.b1c1l1 ~/src/conf/supra/usr/src/linux $ confman install .config 
Password for 'blee': confman[14368]: blee: Authentication realm: <https://www.b1c1l1.com:443> Subversion

At revision 103.
confman[14368]: blee: Installation operation started.
Password for 'blee': confman[14368]: blee: Authentication realm: <https://www.b1c1l1.com:443> Subversion

Sending        .config
Transmitting file data .
Committed revision 104.
/usr/bin/sudo install -p -o root -g root -m 0444 /home/blee/src/conf/supra/usr/src/linux/.config /usr/src/linux/.config
/usr/bin/sudo install -p -o root -g root -m 0444 /home/blee/src/conf/supra/usr/src/linux/.config /usr/src/linux/.config
confman[14368]: blee: Installation operation succeeded.

Change History

comment:1 Changed 2 years ago by ccowart

  • Owner changed from confman-developers@… to ccowart
  • Status changed from new to accepted

comment:2 Changed 2 years ago by ccowart

(In [470]) Fixing double-install issue.

See #89

comment:3 Changed 2 years ago by ccowart

  • Status changed from accepted to needsmerge

comment:4 Changed 2 years ago by ccowart

  • Status changed from needsmerge to closed
  • Resolution set to fixed

(In [485]) Merging fix for double-install issue.

Resolves #89

Note: See TracTickets for help on using tickets.