[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #32538 [Core Tor/Nyx]: Detect package manager in case of not finding pkg python-stem
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs