Opened on 02/16/2016 at 09:29:20 PM

Last modified on 10/01/2019 at 01:03:32 PM

#3663 new change

[meta] Update to the master bookmark after cloning/pulling

Reported by: fhd Assignee:
Priority: P2 Milestone:
Module: Infrastructure Keywords: meta
Cc: matze, fred Blocked By: #1608, #3732
Blocking: Platform: Unknown / Cross platform
Ready: yes Confidential: no
Tester: Unknown Verified working: no
Review URL(s):

Description (last modified by fhd)

Background

We are automatically cloning and updating repositories in various places throughout sitescripts and infrastructure. In all such cases, we should specificially update to the master bookmark, which almost all of our repositories have by now. If we don't do that, we will cause problems as soon as we start to work with multiple bookmarked branches.

What to change

Issues for the concrete changes in sitescripts and infrastructure have to be created. But in a nut shell:

  1. Wherever we are running hg clone URL or hg clone -u default URL, we should run hg clone -u master URL instead.
  2. Wherever we are running hg update or hg update -r default, we should run hg update -r master instead.
  3. Wherever we are running hg pull -u, we should run hg pull and hg update -r master separately instead.

Overview


Attachments (0)

Change History (6)

comment:1 Changed on 02/16/2016 at 09:31:25 PM by trev

  • Cc trev added

comment:2 Changed on 02/23/2016 at 08:33:01 PM by matze

  • Blocked By 1608 added
  • Cc matze fred added
  • Component changed from Unknown to Infrastructure
  • Description modified (diff)
  • Priority changed from Unknown to P2
  • Ready set

comment:3 Changed on 03/03/2016 at 05:30:47 PM by fhd

  • Description modified (diff)

comment:4 Changed on 03/03/2016 at 05:32:36 PM by fhd

  • Blocked By 3732 added

comment:5 Changed on 03/04/2016 at 02:36:14 PM by fhd

  • Description modified (diff)

comment:6 Changed on 12/21/2017 at 11:31:08 AM by fhd

  • Cc trev removed

Add Comment

Modify Ticket

Change Properties
Action
as new .
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from (none).
Next status will be 'reviewing'.
 
Note: See TracTickets for help on using tickets.