NOAA-EMC/NCEPLIBS

remove project.config file?

Closed this issue · 3 comments

We have a file project.config, with contents like this:

[project]
	description = NCEPLIBS Parent project for access rights
[access "refs/for/refs/heads/*"]
	create = group NCEPLIBS-Developers
	forgeCommitter = group NCEPLIBS-Developers
	push = group NCEPLIBS-Developers
	push = group NCEPLIBS-Reporters
	push = group NCEPLIBS-Reviewers
	pushMerge = group NCEPLIBS-Developers
[access "refs/for/refs/tags/*"]
	pushMerge = group NCEPLIBS-Developers
...

What is this file all about?

From a cursory search, it looks like it's a config file that's used in VLab/Gerrit.

Am I correct that we are not using VLab any longer? So then this file can be removed?

Should be safe to remove