Closed
Bug 944423
Opened 11 years ago
Closed 11 years ago
please update hghooks to enable b2g26_v1_2f hooks
Categories
(Developer Services :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: Usul)
References
Details
https://hg.mozilla.org/hgcustom/hghooks/rev/6d966dbebcf7 has some changes needed to enable a high priority b2g branch.
Assignee | ||
Updated•11 years ago
|
Assignee: server-ops-webops → ludovic
Assignee | ||
Comment 1•11 years ago
|
||
[root@hgssh1.dmz.scl3 hghooks]# hg incoming
comparaison avec http://hg.mozilla.org/hgcustom/hghooks/
searching for changes
changeset: 171:b6c4f0008071
user: Lukas Blakk <lsblakk@mozilla.com>
date: Tue Nov 26 17:37:00 2013 +0000
summary: Bug 813809 - Followup to IDL checking hook; r=edmorley
changeset: 172:6d966dbebcf7
tag: tip
user: Ben Hearsum <bhearsum@mozilla.com>
date: Thu Nov 28 10:34:40 2013 -0500
summary: bug 944100: b2g 1.2f branch support. r=rail
[root@hgssh1.dmz.scl3 hghooks]# hg pull
pulling from http://hg.mozilla.org/hgcustom/hghooks/
searching for changes
adding changesets
adding manifests
adding file changes
added 2 changesets with 2 changes to 2 files
Trying to insert into pushlog.
Please do not interrupt...
Inserted into the pushlog db successfully.
(run 'hg update' to get a working copy)
[root@hgssh1.dmz.scl3 hghooks]# hg update -r 6d966dbebcf7
2 files updated, 0 files merged, 0 files removed, 0 files unresolved
[root@hgssh1.dmz.scl3 hghooks]# cd mozhghooks/
[root@hgssh1.dmz.scl3 mozhghooks]# ls
commit-message.py prevent_broken_csets.py signal-mirrors.py
__init__.py prevent_case_only_renames.py single_head_per_branch.py
lockfiles.py prevent_uuid_changes.py treeclosure_comm_central.py
mirror_daemon.py pushlog.py treeclosure.py
mirror-example.yaml push_printurls.py try_gcc45.py
mirror-pull push_repo.py try_mandatory.py
[root@hgssh1.dmz.scl3 mozhghooks]# rsync -avP push_printurls.py treeclosure_comm_central.py /repo/hg/libraries/mozhghooks/
sending incremental file list
push_printurls.py
3617 100% 0.00kB/s 0:00:00 (xfer#1, to-check=1/2)
sent 3738 bytes received 31 bytes 7538.00 bytes/sec
total size is 8241 speedup is 2.19
[root@hgssh1.dmz.scl3 mozhghooks]#
Assignee | ||
Comment 2•11 years ago
|
||
https://mana.mozilla.org/wiki/display/SYSADMIN/Mercurial+-+Common+Repository+Operations?src=search#Mercurial-CommonRepositoryOperations-UpdatingaMercurialhook
Step 4 says to remove .pyc, I left two that dated from july.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Component: WebOps: Source Control → General
Product: Infrastructure & Operations → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•