mercurial (hg) extension for Review Board 3 - mercurial

I'm planning to upgrade reviewboard version 1.5 to 3.0.5. We are using postreview extension on mercurial to update review on review board server which is 1.5 version. The existing is not working or deprecated for Review Board version 3.
I don't see any support for latest version. Please help on this.
Thanks in advance.

Related

Downgrade google chrome from 99 to 98 on Centos 7

The latest google chrome stable version 99. 0xxx broke one of my applications. Now, I have been tasked to downgrade to version 98.xx. I tried to run:
yum downgrade google-chrome-stable
but that didn't work. Looks like a known issue. Is there some specific steps, ie.
Delete current version
Download version 98 (where could I find that)
30 install older version
Any info would be greatly appreciated
Cheers,
Roland

monoDevelop: Which is the last version of monoDevelop an dhow can install it?

I am using ubuntu 16.04 i386 and I am noticed monodevelop the latest version is 6.0.
Is it right? I have monoDevelop 5.10 and I would love to upgrade latest version. Using check updates doesn't tell me any neew version.
or maybe 5.10 it is really the latest
can anybody help me please to know which is the latest and install it?
MonoDevelop Version=6.2 is the latest as of today, but you review the current version #:
https://github.com/mono/monodevelop/blob/master/version.config
Consult the Linux distribution packages section for pre-packaged versions:
http://www.monodevelop.com/download/
The latest official package from Ubuntu is 5.10.0.871-2
http://packages.ubuntu.com/search?keywords=monodevelop
If you want to get the latest and greatest, you can either install from the Continuous Integration packages or from source:
http://www.mono-project.com/docs/getting-started/install/linux/ci-packages/#debian-ubuntu-and-derivatives
https://github.com/mono/monodevelop

NuGet repo in TeamCity

I wonder if you can help me over here:
For some reasons, my NuGet packages were successfully built but they were using the previous version not the latest update.
For example:
For version 1.0 = I have property name = Jane
For version 2.0 = I updated the name property to = James but still getting Jane for the subsequent NuGet package updates.
I have checked the log that TeamCity actually did download the latest update from Mercurial server but still giving me the last version after build inside the package.
Thank you.
Finally, I knew what was wrong here.
I need to build the NuGet solution first and then continue with NuGet packaging and publishing in TeamCity.
I hope this answer will save somebody's time in the future.

Upgrade existing Ghost installation on Openshift

I'm running my personal blog on Openshift cloud (from Redhat) which is running through Ghost 0.4.2. I've used this quickstart for deployment of Ghost: https://www.openshift.com/quickstarts/ghost
Now the quickstart upgraded to Ghost 0.5 (latest release of Ghost). is there any way I can upgrade my current Ghost installation to 0.5 from 0.4.2 without creating new app using the upgraded quickstart?
I mean, I don't want to create new app using the upgraded quickstart. I just want to upgrade my existing Ghost installation, so my site's content, custom theme etc. will be intact. Just Ghost version will be upgraded to 0.5. As Openshift forum retires, they asked to get support from here. So I'm asking the question here. any help?
The best way to upgrade would be to git clone your application to your local computer, add the new updated repository from here (https://github.com/openshift-quickstart/openshift-ghost-quickstart) or this one if you are using the mysql version (https://github.com/openshift-quickstart/openshift-ghost-mysql-quickstart) as another 'remote' and then merge that code into your existing code, and git add, git commit, and git push to get that code up to your OpenShift gear.

How to update Mercurial client in CentOS6?

I have Mercurial 1.4 in my CentOS6, but I need to use the Eclipse Plug-in that uses at least Mercurial 1.5. How can I update my Mercurial version in CentOS6?
Setting up Install Process
Package mercurial-1.4-3.el6.x86_64 already installed and latest version
Nothing to do
When I try do download a new RPM(mercurial-1.9-1.el6.rfx.x86_64.rpm) and install it, I got this error:
emacs-mercurial-1.4-3.el6.x86_64 requires hg = 1.4-3.el6
What should I do?
Any clues?
Best Regards,
For the same purpose I successfully upgraded my hg in CentOS to 2.1.2 by downloading the correct rpm from here:
http://pkgs.repoforge.org/mercurial/
and installing it with yum...
regards
You can install from source, just follow the instructions here.
Just run into this while trying to get hg-git working on my CentOS 6 environment.
In 2015 there are RPMs and/or yum repos from the official download page.
FWIW - for hg-git I had to pip-install still (package in epel is pretty old and didn't work).