Overview
Comment: | Update the package repository client to use the new modular Eagle core script library. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1d8a8f321b84611072ec213544913798 |
User & Date: | mistachkin on 2016-08-28 09:42:39 |
Other Links: | manifest | tags |
Context
2016-09-06
| ||
03:54 | Tag for the Eagle Beta 37 release. check-in: a5767b02fc user: mistachkin tags: trunk, release, release-1.0-beta-37, release-beta-1.0.6119.57133 | |
2016-08-28
| ||
09:42 | Update the package repository client to use the new modular Eagle core script library. check-in: 1d8a8f321b user: mistachkin tags: trunk | |
2016-08-25
| ||
21:30 | Add support for per-user settings files. check-in: bcc088554f user: mistachkin tags: trunk | |
Changes
Modified client/1.0/pkgr.eagle from [22654d1d43] to [d5b9d5d80d].
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | + + + + + + + - - - - - + + + + + + + + - + + + + + + + + + + + + + | # # NOTE: Use our own namespace here because even though we do not directly # support namespaces ourselves, we do not want to pollute the global # namespace if this script actually ends up being evaluated in Tcl. # namespace eval ::PackageRepository { # # NOTE: When running from the source tree, modify the auto-path to include # the "Eagle1.0" directory within externals. # if {1} then { lappend ::auto_path [file join [file dirname [file dirname \ [file dirname [info script]]]] externals Eagle lib Eagle1.0] } |
︙ |
Modified client/1.0/pkgr.eagle.asc from [ce62aa8b0c] to [09bba6ee38].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - - - - - - - - - - - - - + + + + + + + + + + + + + | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository |
Modified client/1.0/pkgr.eagle.harpy from [711b7e6f4b] to [88a658fe77].
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | THE ASSOCIATED SOFTWARE MAY NOT WORK PROPERLY IF THIS FILE IS ALTERED. --> <Certificate xmlns="https://eagle.to/2011/harpy" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <Protocol>None</Protocol> <Vendor>Mistachkin Systems</Vendor> |
Modified client/1.0/pkgr.eagle.harpy.asc from [d70418b95f] to [7b5be92d45].
1 2 3 4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - - - - - - - - - - - - - + + + + + + + + + + + + + | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository |
Added externals/Eagle/lib/Eagle1.0/auxiliary.eagle version [25a3bcbf61].