Skip to content
Snippets Groups Projects
Verified Commit 935efe9f authored by anarcat's avatar anarcat
Browse files

easier copy-paste

parent e1705bb6
No related branches found
No related tags found
Loading
......@@ -300,17 +300,19 @@ To archive a repository, it must first be deactivated by adding a
The script should display some sort of warning and exit with an error,
for example:
#!/bin/sh
```
#!/bin/sh
cat <<EOF
This repository is deprecated and should not be used anymore.
cat <<EOF
This repository is deprecated and should not be used anymore.
See this issue for details:
See this issue for details:
https://gitlab.torproject.org/tpo/tpa/team/-/issues/9999999
EOF
https://gitlab.torproject.org/tpo/tpa/team/-/issues/9999999
EOF
exit 1
exit 1
```
Then in Gitolite, the repository must be put "in the Attic", using a
patch that looks something like this:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment