diff options
author | Andy Goth <andrew.m.goth@gmail.com> | 2020-03-20 19:35:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-20 19:35:55 +0700 |
commit | df739fea7a7dd09b248a8a3a399185fee24bdbe1 (patch) | |
tree | 541b23832e2194f9071bc09b1a5153f41241d4ad /development/fossil/README | |
parent | f079f7fc57bec08267fc712a70a79e235a5e3f23 (diff) |
development/fossil: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/fossil/README')
-rw-r--r-- | development/fossil/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/development/fossil/README b/development/fossil/README index 3e14b50b03f0d..b72e504d4d0d0 100644 --- a/development/fossil/README +++ b/development/fossil/README @@ -56,3 +56,20 @@ Key technical points: - manifests can be amended by subsequent control artifacts - in most cases, symbolic names refer to the latest matching check-in - branches are implemented using propagating symbolic tags + +------------------------------------------------------------------------ + +This SlackBuild script installs not only release versions of Fossil but +also arbitrary development versions. If the current directory contains +a file named "fossil-src.tar.gz", it is used as the source archive, and +the check-in timestamp is used as the version string. For example, the +package name could be "fossil-20200320T040201-x86_64-1_SBo.tgz". + +To download the latest trunk development version of Fossil, type: +$ wget http://fossil-scm.org/home/tarball/fossil-src.tar.gz + +To download a specific version of Fossil, type: +$ wget http://fossil-scm.org/home/tarball/$VERSION/fossil-src.tar.gz + +For more information on the allowable $VERSION formats, see: +http://fossil-scm.org/home/doc/trunk/www/checkin_names.wiki |