File: DEV_NOTES

package info (click to toggle)
pathos 0.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 812 kB
  • sloc: python: 4,502; sh: 38; makefile: 33
file content (19 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
NOTES:
 - Tunnel deletes the launcher's ssh pid, but not the tunnel's pid
   (typically ssh pid + 1) --> could use "getpid" to grab it...
 - using "known_hosts" file to get $PROFILE is a temporary solution.
   Should use old gsl.infect (now pox) code to explore & find out,
   instead of relying on a user-built 'database'.
 - RPyC supposedly works for the existing code... check it out.


========== install_package ========================
notes:
  - failure on "login"
    (won't source .cshrc)
  - partial success on "shb-b"
    (sources .bash_profile; pp ok; but can't "use")
  - partial success on "upgrayedd" [same on shc-c?]
    (sources .profile; pp ok; rpyc won't install from scratch)
---------------------------------------------------