Skip to content

[Bioc-devel] Git mirror out of sync (LOBSTAHS package)

4 messages · James Collins, Martin Morgan

#
Hi all ?
Sorry for the trouble, but the LOBSTAHS Git mirror seems to be out of sync, both on the devel (master) and release-3.5 branches. I pushed a bunch of new commits to devel, and I had to push a few commits to release-3.5 as well to fix a bug identified by a user in the current release version of the package. It looks to me like all the commits made it into their respective svn homes, but somehow not all made it over to the Git mirror.
Thanks in advance.
Respectfully,
Jamie Collins
#
Should be back on track; again the problem is with multiple commits to 
svn in a short time. The solution is I think to do 'squash' commits from 
your git branch to the devel branch, and then to push the one squash 
commit rather than n individual commits.

Martin
On 06/28/2017 05:52 PM, James Collins wrote:
This email message may contain legally privileged and/or...{{dropped:2}}
#
Hi Martin: 

Thanks ? I hadn?t thought of the ?squash? strategy before. Will give that a try next time. On a related note: I am concerned that my final commit to the release branch (version number bump to 1.2.1) did not trigger a new release build last night. Could this be related to the same problem I created? Or should I wait another 24 hrs for the build? The final commit with the version change looks like it went in right around the same time (~ 1700 GMT -4) that the package has been building. So maybe I just missed the cutoff.

Jamie
#
On 06/29/2017 11:37 AM, James Collins wrote:
The top left of the release build landing page

indicates last changed revision 130740. Looking at the svn log

LOBSTAHS$ svn log |head -n4
------------------------------------------------------------------------
r130755 | j.collins | 2017-06-28 17:44:16 -0400 (Wed, 28 Jun 2017) | 1 line

Bump version to release-3.5


or the stamp added to your version bump commit on 
https://github.com/Bioconductor-mirror

git-svn-id: 
https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_5/madman/Rpacks/LOBSTAHS at 130755 


shows that you were 15 commits too late.

Martin
This email message may contain legally privileged and/or...{{dropped:2}}