From nickyperian at gmail.com Tue Jan 28 12:39:47 2020 From: nickyperian at gmail.com (Nicky Perian) Date: Tue, 28 Jan 2020 14:39:47 -0600 Subject: [opensource-dev] Cygwin64 Message-ID: I use Malwarebytes and just had to add a pass exception / exemption for c:\Cygwin64 in order to get a good config and build. Just passing along in case others have the same issue. All worked fine yesterday. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20200128/dea167ef/attachment.htm From nickyperian at gmail.com Wed Jan 29 06:49:16 2020 From: nickyperian at gmail.com (Nicky Perian) Date: Wed, 29 Jan 2020 08:49:16 -0600 Subject: [opensource-dev] Cygwin64 In-Reply-To: References: Message-ID: updated: Malwarebytes Cygwin64 All good now. On Tue, Jan 28, 2020 at 2:39 PM Nicky Perian wrote: > I use Malwarebytes and just had to add a pass exception / exemption for > c:\Cygwin64 in order to get a good config and build. > > Just passing along in case others have the same issue. All worked fine > yesterday. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20200129/19e4def6/attachment.htm From oz at lindenlab.com Wed Jan 29 09:07:15 2020 From: oz at lindenlab.com (Oz Linden (Scott Lawrence)) Date: Wed, 29 Jan 2020 12:07:15 -0500 Subject: [opensource-dev] Mercurial to Git migration In-Reply-To: <3cea7e51-3d60-9f1a-8070-f4ea6dab7c4b@lindenlab.com> References: <83fbfab1-0a12-8d65-b612-6b54bfbac671@lindenlab.com> <3cea7e51-3d60-9f1a-8070-f4ea6dab7c4b@lindenlab.com> Message-ID: On 2019-12-16 09:47 , Oz Linden (Scott Lawrence) wrote: > On 2019-12-13 11:34 , Oz Linden (Scott Lawrence) wrote: >> >> I've posted a document on how to follow our conversion from hg to git: >> >> https://docs.google.com/document/d/1BEvUxaGnTQ54JNd6B7TZQE_Z0JccaoTYmJGNaXsnq_o/edit?usp=sharing >> >> I'll try to get the wiki updated to our new processes over the next >> few weeks. > > To be clear ... our plan is that the 6.3.5-release pushed last week > will be the last one in Mercurial; all future viewer releases will be > in git only. > > The various in-progress projects are being converted, and you should > begin seeing them either as branches in the viewer-dev repository or > as new forks of that repository over the next month or so. > Yesterdays promotion was our first viewer default viewer built from git! The other in-progress viewers will all need to have been converted (most already have been) before they can update. One process change - we've decided that the distinction between lindenlab/viewer and lindenlab/viewer-dev was not useful enough to be worth the trouble, so all in-progress branches are moving to lindenlab/viewer and the -dev repo will be locked and eventually deleted. So you only have one repo to watch... -- OZ LINDEN | VP Second Life Engineering email: oz at lindenlab.com | Scott Lawrence LINDEN LAB | Create Virtual Experiences -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20200129/dd153150/attachment.htm From oz at lindenlab.com Fri Jan 31 07:14:58 2020 From: oz at lindenlab.com (Oz Linden (Scott Lawrence)) Date: Fri, 31 Jan 2020 10:14:58 -0500 Subject: [opensource-dev] Mercurial to Git migration In-Reply-To: <83fbfab1-0a12-8d65-b612-6b54bfbac671@lindenlab.com> References: <83fbfab1-0a12-8d65-b612-6b54bfbac671@lindenlab.com> Message-ID: <1dcf8528-6f73-5bf2-4877-4359862a3a06@lindenlab.com> Our build process uses a common set of build options so that when we build third party libraries they match the options used to build the viewer itself. In mercurial, this was in the repository ??? lindenlab/viewer-build-variables We've now moved that to the git repository ??? lindenlab/build-variables on the 'viewer' branch to get a local copy that matches the old repository: ??? git clone git at bitbucket.org:lindenlab/build-variables.git viewer-build-variables ??? cd viewer-build-variables ??? git co viewer -- OZ LINDEN | VP Second Life Engineering email: oz at lindenlab.com | Scott Lawrence LINDEN LAB | Create Virtual Experiences -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20200131/0578af7a/attachment.htm