Hi all,

To make it easier to help test changes that are in-flight, I've started
using and publishing daily snapshots of -next as packages for Ubuntu
12.10, 13.04 and 13.10, Debian 7.0 and Fedora 17 and 18.

If anyone else wants to use these, they can be found on launchpad and
openSUSE's build service. They could also be useful to give to people
who report issues, as a simple way to check against the latest git
development.

The .deb packages use Debian's packaging, with only the version numbers
changed. The .rpm packages use Fedora's packaging, with only the version
numbers changed. So neither are 'vanilla' git, but what people are used
to on the respective operating systems.

For Ubuntu:
sudo apt-add-repository ppa:dennis/git-next

Ubuntu alternative, because launchpad is seeing long delays
(12.10, quantal)
echo 'deb 
http://download.opensuse.org/repositories/home:/seveas:/git-next/xUbuntu_12.10/ 
./' | sudo tee -a /etc/apt/sources.list
(13.04, raring)
echo 'deb 
http://download.opensuse.org/repositories/home:/seveas:/git-next/xUbuntu_13.04/ 
./' | sudo tee -a /etc/apt/sources.list

For Debian 7.0:
echo 'deb 
http://download.opensuse.org/repositories/home:/seveas:/git-next/Debian_7.0/ 
./' | sudo tee -a /etc/apt/sources.list

For Fedora:
(17)
sudo wget 
http://download.opensuse.org/repositories/home:/seveas:/git-next/Fedora_17/home:seveas:git-next.repo
 -O /etc/yum.repos.d/git-next.repo
(18)
sudo wget 
http://download.opensuse.org/repositories/home:/seveas:/git-next/Fedora_18/home:seveas:git-next.repo
 -O /etc/yum.repos.d/git-next.repo

-- 
Dennis Kaarsemaker
www.kaarsemaker.net


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to