Overview
Comment: | Another minor README correction. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d8cbee3106b86c2ba9db7d93863a6956 |
User & Date: | mistachkin on 2025-09-27 01:49:19 |
Other Links: | manifest | tags |
Context
2025-09-27
| ||
01:56 | Yet more README updates. check-in: 78b90de12c user: mistachkin tags: trunk | |
01:49 | Another minor README correction. check-in: d8cbee3106 user: mistachkin tags: trunk | |
01:46 | Actually re-sign everything. check-in: 8255a13b07 user: mistachkin tags: trunk | |
Changes
Modified README.md from [902b367a1b] to [c2260b98a2].
︙ | ︙ | |||
143 144 145 146 147 148 149 | 1. **Vendor the client** as above. 2. **Add pkgt to the Eagle package path**, then run setup: ```tcl # Inside Eagle set pkgtRoot [file normalize "./vendor/pkgt"] | | | | 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 | 1. **Vendor the client** as above. 2. **Add pkgt to the Eagle package path**, then run setup: ```tcl # Inside Eagle set pkgtRoot [file normalize "./vendor/pkgt"] lappend ::auto_path [file join $pkgtRoot client 1.0 neutral] # Optional: also add externals if not on your path already lappend ::auto_path [file join $pkgtRoot externals Eagle lib Eagle1.0] # Run interactive/CLI setup to register repository endpoints and API keys: source [file join $pkgtRoot client 1.0 neutral pkgr_setup.eagle] ``` 3. **Pre‑install (optional)**: |
︙ | ︙ | |||
210 211 212 213 214 215 216 | ### Uploading / publishing Use the **uploads** client and/or helper: ```tcl # Eagle set pkgtRoot [file normalize "./vendor/pkgt"] | | | 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 | ### Uploading / publishing Use the **uploads** client and/or helper: ```tcl # Eagle set pkgtRoot [file normalize "./vendor/pkgt"] lappend ::auto_path [file join $pkgtRoot client 1.0 neutral] # Upload tool: source [file join $pkgtRoot client 1.0 neutral pkgr_upload.eagle] ``` > The repository (metadata) server is managed via a web UI; the file server typically runs on **Fossil** and uses repository users/keys for access. Public and private publishing models are supported. |
︙ | ︙ |
Modified README.md.asc from [b9c284aaa4] to [b78cedf294].
1 2 3 | -----BEGIN PGP SIGNATURE----- Comment: Eagle Package Repository | | | | | | | | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | -----BEGIN PGP SIGNATURE----- Comment: Eagle Package Repository iQIzBAABCAAdFiEEw8dROIPu3TrtH+QlUCyWr0ldwtkFAmjXQpYACgkQUCyWr0ld wtniRw/9HYxiikD/83iX6vguqi+oDQBRfDsYZXl7hOutZJhP7JE1+Q0TALBIWZAh lz/1KGwf8hdLLXhZ9I73OZ2WB2D5Dxvyzt2qZohk7BUm6OaKv8/NJcWXCQ+zhVaK hTfDoaEHq39SLEEHhhKZKvCp4jFeeedHleh67gZy0Xe+B4jwZkfx2immeBfplrHu vaPP4E0cm0pU5ERnfsWLybpvhtvptR4go1iFGv7oHNGoHRB93a9RSZ5gGW8SjZD1 o9iNlPW5zBvE1RuM6fWk5+rkNCQA9GCjUby/zUgp1qI3YkqWrf9DmW6D/8WZxnFT RE5VZQlv8gDQ7MbYnORAdLbr04SIdOHiC5lXlgqDPiFLfdu3MssyxHbUsunPdB12 L3I0N7o5c5H/7+7nH1PE09YQF1M8+TZoklPOaFxYUPJgvjMiq48wetaUzu2g1vHK 6rj7H3vHrsc62HQREAvYU6uieQAtIObJFOWqrv/q72p+vklmoWVrbGOXpw0Ae9yp JweYugly2K7XEZfYT14DrFPghgWtVuBmGIeo+XeXNqxEVGRZDETKkWqfzPZA1KPt SbqF05tUn0FxTE3bmLnq+7zpJhiivPPS4G5LJl4vFzr9ynvu/HKm1pNG/zFUJQIU 5q9el18Dh5o7FjFTvs/NltgCqY3IEJAT7Hj2TyW8F85vlE8uFug= =jc1M -----END PGP SIGNATURE----- |