address-info

Check-in [dc32c551b5]
Login

Check-in [dc32c551b5]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:pointed release information to main repository
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: dc32c551b5a1532c28d6a0e9111ee86a8caab8b39322106fc14021682eb9fa25
User & Date: murphy 2017-09-01 11:54:04.116
Context
2018-08-12
12:50
Ported the egg to CHICKEN 5 check-in: ce0ff4b2a5 user: murphy tags: chicken-5
2017-09-01
11:54
pointed release information to main repository Leaf check-in: dc32c551b5 user: murphy tags: trunk
2017-08-22
00:16
updated release information file check-in: fe8a9818c9 user: murphy tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to address-info.release-info.
1
2
3
4
5
6
7
(repo fossil "https://chiselapp.com/user/murphy/repository/chicken-{egg-name}")

(uri targz "https://chiselapp.com/user/murphy/repository/chicken-{egg-name}/tarball/{egg-name}.tar.gz?uuid=v{egg-release}")
(release "1.0.1")
(release "1.0.0")

;; vim: set ai et ts=4 sts=2 sw=2 ft=scheme: ;;
|

|




1
2
3
4
5
6
7
(repo fossil "https://chust.org/repos/chicken-{egg-name}")

(uri targz "https://chust.org/repos/chicken-{egg-name}/tarball/{egg-name}.tar.gz?uuid=v{egg-release}")
(release "1.0.1")
(release "1.0.0")

;; vim: set ai et ts=4 sts=2 sw=2 ft=scheme: ;;