From: Dennis Kaarsemaker <dennis@kaarsemaker.net>
To: git@vger.kernel.org
Subject: Daily deb/rpm builds of git
Date: Thu, 20 Jun 2013 17:02:28 +0200 [thread overview]
Message-ID: <1371740548.17896.20.camel@localhost> (raw)
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
reply other threads:[~2013-06-20 15:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1371740548.17896.20.camel@localhost \
--to=dennis@kaarsemaker.net \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).