GNOME Bugzilla – Bug 623230
[git] Add optional branch attributes to snapshot
Last modified: 2010-07-03 07:53:25 UTC
Most importantly this adds the 'checkoutdir' attribute, which is necessary to reuse the moduleset snapshot with the originating checkoutroot.
Created attachment 164984 [details] [review] [git] Add optional branch attributes to snapshot
Review of attachment 164984 [details] [review]: Just a little typo to fix. ::: jhbuild/versioncontrol/git.py @@ +441,3 @@ + attrs['revision'] = self.branch + if self.checkoutroot: + attrs['checkoutdir'] = self.checkoutdir You test for checkoutroot but use self.checkoutdir afterwards.
Created attachment 165169 [details] [review] [git] Add optional branch attributes to snapshot Most importantly this adds the 'checkoutdir' attribute, which is necessary to reuse the moduleset snapshot with the originating checkoutroot.
Thanks; pushed. commit e7df839dcffbe1ca06153e56c3042b00fff419a1 Author: Dirk Wallenstein <halsmit@t-online.de> Date: Wed Jun 30 13:06:43 2010 +0200 Add optional branch attributes to snapshot Most importantly this adds the 'checkoutdir' attribute, which is necessary to reuse the moduleset snapshot with the originating checkoutroot. https://bugzilla.gnome.org/show_bug.cgi?id=623230