[tor-bugs] #30703 [Internal Services/Services Admin Team]: How to modify Apache config on polyanthum?

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri May 31 00:52:57 UTC 2019


#30703: How to modify Apache config on polyanthum?
-------------------------------------------------+-------------------------
 Reporter:  phw                                  |          Owner:  phw
     Type:  defect                               |         Status:  closed
 Priority:  Medium                               |      Milestone:
Component:  Internal Services/Services Admin     |        Version:
  Team                                           |
 Severity:  Normal                               |     Resolution:  fixed
 Keywords:                                       |  Actual Points:
Parent ID:  #30472                               |         Points:  0.5
 Reviewer:                                       |        Sponsor:
-------------------------------------------------+-------------------------

Comment (by anarcat):

 and, and for the record, those are the commands to commit the file:

 {{{
 co -l bridges.torproject.org.conf # unlock the file (ie. make it writable.
 yes, this is a thing in RCS.)
 ci -m'... commit message ...' -u bridges.torproject.org.conf # this
 commits the file, and unlocks it
 git commit -m'...commit message...' . # also commit everything into git,
 including the RCS directory of course
 }}}

 watch out for the `ci` command. by default, it *removes* the committed
 file if you don't use any flags, which might be... surprising, to say the
 least, for people used to more... modern VCS.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/30703#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list