git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Daily deb/rpm builds of git
@ 2013-06-20 15:02 Dennis Kaarsemaker
  0 siblings, 0 replies; only message in thread
From: Dennis Kaarsemaker @ 2013-06-20 15:02 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-20 15:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-20 15:02 Daily deb/rpm builds of git Dennis Kaarsemaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).