Skip to content
This repository was archived by the owner on Jul 3, 2026. It is now read-only.

Commit bca6455

Browse files
committed
Update readme with archived notice.
1 parent 6d79cac commit bca6455

1 file changed

Lines changed: 3 additions & 34 deletions

File tree

README.md

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,5 @@
1-
# Config Server
1+
# Deprecated
22

3-
- CI: <https://main.bosh-ci.cf-app.com/teams/main/pipelines/config-server>
4-
- [API Docs](docs/api.md)
3+
This repository is deprecated.
54

6-
See [config-server-release](https://github.com/cloudfoundry/config-server-release) for the release repo for config-server
7-
See [bosh-notes](https://github.com/cloudfoundry/bosh-notes/blob/master/proposals/config-server.md) for more information
8-
9-
## Contributing
10-
11-
All PRs and code should be against the `develop` branch. Before submitting PRs, you should make sure that tests are passing properly.
12-
13-
### Unit tests
14-
15-
Before running the unit test on your local machine, you should install
16-
`golangci-lint` following its documentation, see
17-
<https://github.com/golangci/golangci-lint>. (Indeed, the way the
18-
[lint](bin/lint) script installs `golangci-lint` is not suitable for running
19-
on a local machine.)
20-
21-
Then run the unit tests using the dedicated script.
22-
23-
```bash
24-
bin/test-unit
25-
```
26-
27-
### Integration tests
28-
29-
There are 3 distinct flavors of integration tests. Run the relevant one, or
30-
all, depending on the changes you've done.
31-
32-
```bash
33-
bin/test-integration memory # <- uses an in-memory database
34-
bin/test-integration mysql # <- uses a MySQL database
35-
bin/test-integration postgresql # <- uses a PostgreSQL database
36-
```
5+
The code here has been merged into https://github.com/cloudfoundry/config-server-release/

0 commit comments

Comments
 (0)