public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [ANNOUNCEMENT] Switching to gitlab.denx.de
@ 2019-06-18 13:46 Wolfgang Denk
  2019-06-18 14:04 ` [U-Boot] [U-Boot-Custodians] " Daniel Schwierzeck
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Wolfgang Denk @ 2019-06-18 13:46 UTC (permalink / raw)
  To: u-boot

Hello everybody,

I wrote:

> as discussed before, we want to switch from the old git server to
> more powerful soft- and hardware.  We will move the U-Boot master
> repository and all custodian repositories to gitlab.
...
> The switch will take place as follows:
>
> 1. We will create user accounts for all custodians at gitlab.denx.de
>    You will receive an e-mail notification with your login
>    credentials. We will start with this this afternoon (CEST),
>    so if you have not received such an e-mail by tomorrow morning,
>    please let us know.
>
> 2. We will block your SSH keys on the old git server, thus
>    effectively turning the custodian repositories into read-only
>    mode.  Custodians will not be able to push any new stuff to the
>    old repositories any more.
>
>    This phase will start when all custodian repositories have been
>    created, but in no case before  12:00 p. m. (noon) CEST.  the
>    next steps will follow as quickly as possible, ideally only a few
>    minutes later.
>
> 3. The old repository will be cloned to the new gitlab server.  This
>    should not take long.  We don't expect any long interruption.
>    You wanted to have another cup of coffee anyway :-)
>
> 4. The custodian can resume work using the gitlab server, as soon as
>    he can "see" his repository there.  Tom should already be
>    prepared to pull from the gitlab repos.

All these steps have been completed by now.  All custodians should
be able to access the new repositories now, and use all teh gitlab
features that are enabled for this project (including CI runners).

The U-Boot web pages (especially the source code links and the
custodian page) have been updated to reference the new gitlab
repositories.

By now, the gitlab repos represent the official and active mainline
/ custodian repositories.


> 5. After all custodians have been moved, URL rewrite rules will be
>    activated, and the DNS will be changed, so that the old URLs
>    will still be working, though only for read-only access.
>
>    Note: this last step is the most error-prone one.  It is likely
>    that the rewrite roles are incomplete at the beginning, and/or
>    incorrect for a few special cases.  Please be patient and report
>    such errors with enough detail to reproduce, then we will fix
>    them.

This is what we will be working on now.

Thanks for your patience!

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Living on Earth may be expensive, but it includes an annual free trip
around the Sun.

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [U-Boot] [ANNOUNCEMENT] Switching to gitlab.denx.de
@ 2019-06-17 14:42 Wolfgang Denk
  2019-06-18  3:31 ` [U-Boot] [U-Boot-Custodians] " Prabhakar Kushwaha
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Wolfgang Denk @ 2019-06-17 14:42 UTC (permalink / raw)
  To: u-boot

Hello everybody,

as discussed before, we want to switch from the old git server to
more powerful soft- and hardware.  We will move the U-Boot master
repository and all custodian repositories to gitlab.

The new URLs for cloning will become

	https://gitlab.denx.de/u-boot/u-boot

for the master repository and

	https://gitlab.denx.de/u-boot/custodians/u-boot-XXX

for the XXX custodian repo.

Note:

	a) These are the Web URLs, from where you also can clone.
	   Feel free to add a ".git" to these URLs.
	b) SSH access for the custodians is available under
	   git at gitlab.denx.de:u-boot/custodians/u-boot-XXX.git
	c) git:// access is not available yet; this depends on the
	   URL rewrite rules and DNS changes and will be added later
	   - ASAP, see below.

The switch will take place as follows:

1. We will create user accounts for all custodians at gitlab.denx.de
   You will receive an e-mail notification with your login
   credentials. We will start with this this afternoon (CEST),
   so if you have not received such an e-mail by tomorrow morning,
   please let us know.

2. We will block your SSH keys on the old git server, thus
   effectively turning the custodian repositories into read-only
   mode.  Custodians will not be able to push any new stuff to the
   old repositories any more.

   This phase will start when all custodian repositories have been
   created, but in no case before  12:00 p. m. (noon) CEST.  the
   next steps will follow as quickly as possible, ideally only a few
   minutes later.

3. The old repository will be cloned to the new gitlab server.  This
   should not take long.  We don't expect any long interruption.
   You wanted to have another cup of coffee anyway :-)

4. The custodian can resume work using the gitlab server, as soon as
   he can "see" his repository there.  Tom should already be
   prepared to pull from the gitlab repos.

5. After all custodians have been moved, URL rewrite rules will be
   activated, and the DNS will be changed, so that the old URLs
   will still be working, though only for read-only access.

   Note: this last step is the most error-prone one.  It is likely
   that the rewrite roles are incomplete at the beginning, and/or
   incorrect for a few special cases.  Please be patient and report
   such errors with enough detail to reproduce, then we will fix
   them.

6. Everybody is happy.

   Hopefully.

OK, at least that's the theory.  If there are problems please let us
know (me and Harald <hws@denx.de>) and we will do our best to fix
the issues as fast as possible.

Thanks, and please keep your finger's crossed.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
When choosing between two evils, I always like to take the  one  I've
never tried before.                     -- Mae West, "Klondike Annie"

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2019-07-01  9:53 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-18 13:46 [U-Boot] [ANNOUNCEMENT] Switching to gitlab.denx.de Wolfgang Denk
2019-06-18 14:04 ` [U-Boot] [U-Boot-Custodians] " Daniel Schwierzeck
2019-06-18 14:50   ` Wolfgang Denk
2019-06-18 15:55     ` Bin Meng
2019-06-19 11:47   ` Patrice CHOTARD
2019-06-18 20:08 ` Joe Hershberger
2019-06-18 20:49   ` Heinrich Schuchardt
2019-06-18 21:08     ` Anatolij Gustschin
2019-06-19 13:33     ` Harald Seiler
2019-06-19 18:29       ` Joe Hershberger
2019-06-19 13:29   ` Harald Seiler
2019-06-19  4:59 ` [U-Boot] " Mario Six
2019-06-19 22:38 ` [U-Boot] [U-Boot-Custodians] " Angelo Dureghello
     [not found] ` <752D002CFF5D0F4FA35C0100F1D73F3FA40D8943@ATCPCS16.andestech.com>
2019-07-01  9:53   ` [U-Boot] " Rick Chen
  -- strict thread matches above, loose matches on Subject: below --
2019-06-17 14:42 Wolfgang Denk
2019-06-18  3:31 ` [U-Boot] [U-Boot-Custodians] " Prabhakar Kushwaha
2019-06-18  7:37 ` [U-Boot] " Patrice CHOTARD
2019-06-18  7:46   ` Wolfgang Denk
2019-06-18  8:49     ` Patrice CHOTARD
2019-06-18 12:00       ` Tom Rini
2019-06-18 12:05         ` [U-Boot] [U-Boot-Custodians] " Marek Vasut
2019-06-24  9:34 ` Jagan Teki
2019-06-24  9:59   ` Bin Meng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox