fix(hlcc): use native shared repository permissions
This commit is contained in:
parent
93a75fb33e
commit
556f4898f0
6 changed files with 179 additions and 44 deletions
|
|
@ -47,6 +47,10 @@ assert.match(bootstrap, /password_hash_preserved/);
|
|||
assert.match(bootstrap, /access_tokens_migrated": False/);
|
||||
assert.match(bootstrap, /repositories_migrated": False/);
|
||||
assert.match(bootstrap, /delete from access_token/);
|
||||
assert.match(bootstrap, /core\.sharedRepository/);
|
||||
assert.match(bootstrap, /"group"/);
|
||||
assert.match(bootstrap, /obsolete sharing hook identity mismatch/);
|
||||
assert.match(bootstrap, /configure_shared_channel_repository\(\)/);
|
||||
assert.doesNotMatch(
|
||||
bootstrap,
|
||||
/print\s*\([^)]*token|stderr\.write\s*\([^)]*token|stdout\.write\s*\([^)]*token/,
|
||||
|
|
|
|||
Loading…
Reference in a new issue