Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
1735010a
Verified
Commit
1735010a
authored
4 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
remove trac documentation now that it is retired
parent
0f86f8c2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
howto/trac.md
+0
-53
0 additions, 53 deletions
howto/trac.md
with
0 additions
and
53 deletions
howto/trac.md
deleted
100644 → 0
+
0
−
53
View file @
0f86f8c2
Important note: Trac was migrated to
[
howto/GitLab
](
howto/GitLab
)
in June 2020. See
[
howto/gitlab
](
howto/gitlab#Migration
)
for the details. This is kept only for historical
reference.
Commandline access
==================
We use
[
cartman
](
https://github.com/tamentis/cartman/
)
, a "commandline trac client" which "allows you to
create and manage your Trac tickets from the command-line, without the
need to setup physical access to the Trac installation/database".
Install:
virtualenv --python=python3 --system-site-packages ~/.virtualenvs/cartman
~/.virtualenvs/cartman/bin/pip install cartman
alias cm=~/.virtualenvs/cartman/bin/cm
Config:
[trac]
base_url = https://trac.torproject.org/projects/tor
username = anarcat
password = ....
auth_type = basic
The password can be ommitted and passed through the environment
instead with
[
this patch
](
https://github.com/tamentis/cartman/pull/30
)
.
Template:
To: anarcat
Cc:
Milestone:
Component: Internal Services/Tor Sysadmin Team
Priority: Medium
Type: defect
Keywords:
Version:
Subject: test
test
Running:
TRAC_PASSWORD=$(pass trac.torproject.org) cm new
Other documentation
===================
There's very little documentation on our Trac instance out there. This
page was originally created to quickly jot down notes on how to
batch-create tickets. There's also a
[
Trac page in the Tor Trac
wiki
](
https://gitlab.torproject.org/legacy/trac/-/wikis/org/operations/services/trac
)
and the
[
upstream documentation
](
https://trac.edgewall.org/
)
.
This diff is collapsed.
Click to expand it.
anarcat
@anarcat
mentioned in commit
bb416761
·
4 years ago
mentioned in commit
bb416761
mentioned in commit bb4167616c6c61306bf54b86a797986aef011312
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment