Overview
Comment: | bugfix |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
2b3fc88e27ef281ea752290538e4fc5e |
User & Date: | martin_vahi on 2016-10-29 18:21:42 |
Other Links: | manifest | tags |
Context
2017-01-01 22:09 | mmmv_microbot_crypto_t1 template check-in: 76fba73212 user: martin_vahi tags: trunk | |
2016-10-29 18:21 | bugfix check-in: 2b3fc88e27 user: martin_vahi tags: trunk | |
2016-10-29 18:19 | repository URL specific download script check-in: c0fe686fe4 user: martin_vahi tags: trunk | |
Changes
Modified work_in_progress/download_Silkotrrent_repository_and_run_local_web_server.bash from [a27b156ae2] to [0d05147f51].
38 39 40 41 42 43 44 45 46 47 |
echo "Now it will probably take a while, because it needs to dowload ~500MiB of files."
echo ""
bash ./mmmv_Fossil_operator_t1.bash clone_public http://www.softf1.com/cgi-bin/tree1/technology/flaws/silktorrent.bash/
fossil ui `pwd`/repository_storage.fossil # Runs a Fossil web server at localhost
# and opens the default web browser.
#-------------------------------------------------------------------------
cd #S_FP_ORIG
#=========================================================================
|
| |
38 39 40 41 42 43 44 45 46 47 |
echo "Now it will probably take a while, because it needs to dowload ~500MiB of files."
echo ""
bash ./mmmv_Fossil_operator_t1.bash clone_public http://www.softf1.com/cgi-bin/tree1/technology/flaws/silktorrent.bash/
fossil ui `pwd`/repository_storage.fossil # Runs a Fossil web server at localhost
# and opens the default web browser.
#-------------------------------------------------------------------------
cd $S_FP_ORIG
#=========================================================================
|