diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 17:41:28 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 17:41:28 +0200 |
commit | c298904d9d9a12281b368dd180f3e8b4f7aba898 (patch) | |
tree | 6dd4474240dadc06e81e7255add90c6ef90069b3 /README.org | |
parent | Fix (diff) | |
download | joe-scripts-c298904d9d9a12281b368dd180f3e8b4f7aba898.tar.gz joe-scripts-c298904d9d9a12281b368dd180f3e8b4f7aba898.tar.bz2 joe-scripts-c298904d9d9a12281b368dd180f3e8b4f7aba898.tar.xz joe-scripts-c298904d9d9a12281b368dd180f3e8b4f7aba898.tar.zst joe-scripts-c298904d9d9a12281b368dd180f3e8b4f7aba898.zip |
Tree update
Diffstat (limited to '')
-rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,10 +17,10 @@ The source tree is the following: └── src ├── gitjoe │ ├── addsshkey.pl + │ ├── adduser.pl │ ├── chdesc.pl │ ├── chowner.pl │ ├── newrepo.pl - │ ├── newuser.pl │ ├── rmrepo.pl │ └── rmuser.pl ├── other @@ -34,4 +34,4 @@ The source tree is the following: - ~gitjoe/~ scripts are meant to be run on the server directly. They are tools to add GitJoe users, repos, change descritpion, etc. - ~update/~ scripts are run via cron jobs. They update the GitJoe repositories front-end website via ~stagit~ and pull ~master~ branches of the websites via ~git~. - ~other/~ script is just a single line the start the ~git daemon~ to serve public repositories. -- The ~vps-do.pl~ script allows you to execute one of the distant scripts on your home terminal, opening and closing the ~ssh~ session for you. +- The ~vps-do.pl~ script allows you to execute one of the distant scripts from your home terminal, opening and closing the ~ssh~ session for you. You still need the ~dash~ shell as a dependency on your home terminal. |