Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29430622: Noissue - Consider Mercurial repository as absent without the .hg/hgrc file (Closed)

Created:
May 5, 2017, 5:50 p.m. by f.lopez
Modified:
May 9, 2017, 2:30 a.m.
Reviewers:
mathias
CC:
f.nicolaisen, Fred
Visibility:
Public.

Description

Noissue - Consider Mercurial repository as absent without the .hg/hgrc file According to the man page of hg(1): The location of the source is added to the new repository's .hg/hgrc file, as the default to be used for future pulls. So even if the clone goes wrong, the cronjob would make sure to get the latests changes, and the next provisioning would clone the repo in case it failed the first time.

Patch Set 1 #

Total comments: 2

Patch Set 2 : For comment 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M modules/web/manifests/server.pp View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9
f.lopez
May 5, 2017, 5:50 p.m. (2017-05-05 17:50:47 UTC) #1
mathias
https://codereview.adblockplus.org/29430622/diff/29430623/modules/web/manifests/server.pp File modules/web/manifests/server.pp (right): https://codereview.adblockplus.org/29430622/diff/29430623/modules/web/manifests/server.pp#newcode105 modules/web/manifests/server.pp:105: onlyif => "test ! -e /opt/cms/.hg/hgrc", You sure this ...
May 5, 2017, 6:29 p.m. (2017-05-05 18:29:18 UTC) #2
f.lopez
https://codereview.adblockplus.org/29430622/diff/29430623/modules/web/manifests/server.pp File modules/web/manifests/server.pp (right): https://codereview.adblockplus.org/29430622/diff/29430623/modules/web/manifests/server.pp#newcode105 modules/web/manifests/server.pp:105: onlyif => "test ! -e /opt/cms/.hg/hgrc", On 2017/05/05 18:29:18, ...
May 5, 2017, 7:08 p.m. (2017-05-05 19:08:54 UTC) #3
f.lopez
May 5, 2017, 8:07 p.m. (2017-05-05 20:07:13 UTC) #4
f.lopez
On 2017/05/05 20:07:13, f.lopez wrote: There is a related issue, the site is never generated ...
May 5, 2017, 8:10 p.m. (2017-05-05 20:10:08 UTC) #5
mathias
On 2017/05/05 20:10:08, f.lopez wrote: > There is a related issue, the site is never ...
May 5, 2017, 8:13 p.m. (2017-05-05 20:13:07 UTC) #6
f.lopez
On 2017/05/05 20:13:07, mathias wrote: > On 2017/05/05 20:10:08, f.lopez wrote: > > There is ...
May 5, 2017, 8:14 p.m. (2017-05-05 20:14:20 UTC) #7
f.lopez
> Also, please come up with a better commit message. "Ensure that repository is initialized" ...
May 5, 2017, 8:18 p.m. (2017-05-05 20:18:26 UTC) #8
mathias
May 6, 2017, 4:09 p.m. (2017-05-06 16:09:05 UTC) #9
LGTM.

Powered by Google App Engine
This is Rietveld