emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien Guerry <bzg@gnu.org>
To: emacs-orgmode@gnu.org
Subject: [IMPORTANT] Server migration: please update your git repositories before 31/12/2017
Date: Thu, 28 Dec 2017 18:12:16 +0100	[thread overview]
Message-ID: <87d12yojyn.fsf@bzg.fr> (raw)

Dear all,

thanks to Jason Dunsmore, we were able to have our orgmode.org server
sponsored by Rackspace.  Their OSS hosting program ends by the end of
the year¹.  Thanks a lot to Rackspace for this program, it saved us a
lot of money!  And to Jason for letting us know about it.

I have configured a new server: a vultr.com Debian 9 x64 with 1024 MB
at 5$ per month -- for a start.

I will make the DNS switch to the new server on the 30/12/2017 between
8pm CET and midnight CET.

**IF YOU USE GIT FOR ORG/WORG, YOU NEED TO UPDATE YOUR REPOSITORIES!**

If you don't use Git for Org, you can jump directly to the end of this
email, where I explain the purpose of code.orgmode.org.


For Org/Worg USERS who use Git to clone Org/Worg
=================================================

After 31/12/2017 (leaving a 24h window for DNS propagation), the only
way to clone the Org git repository will be through our Gogs instance:

  https://code.orgmode.org/bzg/org-mode

If you cloned from the old server, your current .git/config file has:

[remote "origin"]
  	url = orgmode@orgmode.org:org-mode.git
	fetch = +refs/heads/*:refs/remotes/origin/*

You can clone Org from the new server with one of these commands:

~$ git clone git@code.orgmode.org:bzg/org-mode.git
~$ git clone https://code.orgmode.org/bzg/org-mode.git

In the newly created repository, your .git/config file will now read:

[remote "origin"]
	url = git@code.orgmode.org:bzg/org-mode.git
	fetch = +refs/heads/*:refs/remotes/origin/*

or

[remote "origin"]
	url = https://code.orgmode.org/bzg/org-mode.git
	fetch = +refs/heads/*:refs/remotes/origin/*

You can also use https instead of git, see the repository page.

Instructions are similar for Worg.


For Org and Worg COMMITTERS
============================

You will need to create a new user on https://code.orgmode.org in
order to push commits to org-mode.git or worg.git:

1. Create a user on https://code.orgmode.org
2. Add your ssh public key
3. Send me an email to be added as a collaborator on Org/Worg


Why code.orgmode.org ?
=======================

The https://code.orgmode.org gogs instance is intended as being a home
for every Org developers, whether they are contributing to Org's core,
Worg documentation - or any other Org-related package.  The idea is to
create a place for code that we collectively take care of.

New Org packages are already welcome.

Mirrors for active Org packages are welcome.

Also, I would like to migrate Elisp files currently in Org's contrib/
directory as separate packages on https://code.orgmode.org.


Testing the new server
=======================

You can test the new website here: https://beta.orgmode.org

If someone asks anywhere about a broken Org repository, please refer
to this email.

Happy hacking and *thanks*!

¹ https://www.theregister.co.uk/2017/10/20/rackspace_ends_discount_hosting_for_open_source_projects/

-- 
 Bastien

             reply	other threads:[~2017-12-28 17:12 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-28 17:12 Bastien Guerry [this message]
2017-12-29  7:32 ` [IMPORTANT] Server migration: please update your git repositories before 31/12/2017 Michael Welle
2017-12-29 12:23   ` Bastien Guerry
2017-12-29  9:59 ` Achim Gratz
2017-12-29 12:26   ` Bastien Guerry
2017-12-30 10:39     ` Allen Li
2017-12-30 11:23       ` Bastien
2017-12-30 11:39     ` Achim Gratz
2017-12-30 11:57       ` Bastien
2017-12-30 21:50         ` Allen Li
2017-12-31  8:53         ` Achim Gratz
2017-12-29 16:43 ` Bastien Guerry
2018-01-04 18:11   ` Achim Gratz
2018-01-04 18:44     ` Kaushal Modi
2018-01-04 18:50       ` Nicolas Goaziou
2018-01-04 18:52         ` Kaushal Modi
2018-01-05 17:31           ` Kaushal Modi
2018-01-05 17:47             ` Probably broke the Worg build? (Was: Re: [IMPORTANT] Server migration..) Kaushal Modi
2018-01-06  1:54               ` Probably broke the Worg build? Bastien
2018-01-06  2:05                 ` Kaushal Modi
2018-01-06  2:54                   ` Kaushal Modi
2018-01-04 19:21       ` [IMPORTANT] Server migration: please update your git repositories before 31/12/2017 Achim Gratz
2018-01-04 14:19 ` Kaushal Modi
2018-01-04 15:36   ` Nicolas Goaziou
2018-01-04 16:05     ` Kaushal Modi
2018-01-04 18:12       ` Nicolas Goaziou

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d12yojyn.fsf@bzg.fr \
    --to=bzg@gnu.org \
    --cc=emacs-orgmode@gnu.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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).