[tor-bugs] #32538 [Core Tor/Nyx]: Detect package manager in case of not finding pkg python-stem
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Nov 19 01:33:53 UTC 2019
#32538: Detect package manager in case of not finding pkg python-stem
--------------------------+------------------------
Reporter: bounteous17 | Owner: atagar
Type: enhancement | Status: closed
Priority: Medium | Milestone:
Component: Core Tor/Nyx | Version:
Severity: Normal | Resolution: fixed
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------+------------------------
Changes (by atagar):
* status: new => closed
* resolution: => fixed
Comment:
Thanks bounteous17!
[https://gitweb.torproject.org/nyx.git/commit/?id=adbc54b Merged with some
revisions].
This patch was great, but just for future reference forking with git is
done by running...
{{{
# clone your github repository locally
% git clone https://github.com/bounteous/nyx.git
% cd nyx
# get the official repository too
% git remote add upstream https://git.torproject.org/nyx.git
% git fetch upstream
# create a branch for you to do your work on
% git checkout -b my_feature upstream/master
[do your work]
# push it back to github so you can share it
% git push origin my_feature:my_feature
}}}
This bases your commit upon the history of the repository you're working
on, so it merges cleanly.
Sorry, I know git is pretty beginner unfriendly. ;)
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/32538#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list