ttbp.txt not found #1

Open
opened 2019-09-09 15:18:50 +00:00 by creme · 4 comments

hello,
i see the ttbp gopher part create a link to ttbp.txt.
https://tildegit.org/team/ttbp/src/branch/master/ttbp/gopher.py#L42

but i cannot find a creation of the ttbp.txt.

hello, i see the ttbp gopher part create a link to ttbp.txt. https://tildegit.org/team/ttbp/src/branch/master/ttbp/gopher.py#L42 but i cannot find a creation of the ttbp.txt.
Owner

i symlinked in README.md from the repo as ttbp.txt

i symlinked in README.md from the repo as ttbp.txt
ben closed this issue 2019-09-10 02:44:45 +00:00
Author

I think in the code is not synonymous.

I think in the code is not synonymous.
creme reopened this issue 2019-09-10 07:02:15 +00:00
Author

currently i need this manuell steps so that ttbp runs well:

cd /opt/services/ttbp/

python3 setup.py build && python3 setup.py install

cp README.* /usr/local/lib/python3.7/dist-packages/ttbp-0.12.2-py3.7.egg/ttbp/
cp -r doc /usr/local/lib/python3.7/dist-packages/ttbp-0.12.2-py3.7.egg/

test ! -f /var/gopher/envs.net/ttbp.txt && ln -s /usr/local/lib/python3.7/dist-packages/ttbp-0.12.2-py3.7.egg/ttbp/README.md /var/gopher/envs.net/ttbp.txt
currently i need this manuell steps so that ttbp runs well: ```bash cd /opt/services/ttbp/ python3 setup.py build && python3 setup.py install cp README.* /usr/local/lib/python3.7/dist-packages/ttbp-0.12.2-py3.7.egg/ttbp/ cp -r doc /usr/local/lib/python3.7/dist-packages/ttbp-0.12.2-py3.7.egg/ test ! -f /var/gopher/envs.net/ttbp.txt && ln -s /usr/local/lib/python3.7/dist-packages/ttbp-0.12.2-py3.7.egg/ttbp/README.md /var/gopher/envs.net/ttbp.txt ```
Owner

copying doc and README.md to the build directory could be accomplished by adding it to MANIFEST.in

copying doc and README.md to the build directory could be accomplished by adding it to MANIFEST.in
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: team/ttbp#1
No description provided.