Overview
Comment: | The 'VERSION' file(s) must be deployed as well. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ec76ecd8ad03c948a3b9dfebc4dcb67a |
User & Date: | mistachkin on 2016-09-08 22:10:24 |
Other Links: | manifest | tags |
Context
2016-09-10
| ||
06:20 | Avoid making superfluous changes to the Eagle auto-path during the package bootstrap phase. check-in: 506829dcf7 user: mistachkin tags: trunk | |
2016-09-08
| ||
22:10 | The 'VERSION' file(s) must be deployed as well. check-in: ec76ecd8ad user: mistachkin tags: trunk | |
22:01 | Add support for a configurable default list of API keys. check-in: af3a11e2cd user: mistachkin tags: trunk | |
Changes
Modified tools/deploy.bat from [ed560c26f0] to [7cf11315b7].
︙ | ︙ | |||
79 80 81 82 83 84 85 86 87 88 89 90 91 92 | SET PKGFILES=pkgd.eagle pkgd.eagle.asc SET PKGFILES=%PKGFILES% pkgd.eagle.harpy pkgd.eagle.harpy.asc SET PKGFILES=%PKGFILES% pkgIndex.eagle pkgIndex.eagle.asc SET PKGFILES=%PKGFILES% pkgIndex.eagle.harpy pkgIndex.eagle.harpy.asc SET PKGFILES=%PKGFILES% pkgIndex.tcl pkgIndex.tcl.asc SET PKGFILES=%PKGFILES% pkgr.eagle pkgr.eagle.asc SET PKGFILES=%PKGFILES% pkgr.eagle.harpy pkgr.eagle.harpy.asc %_VECHO% PkgFiles = '%PKGFILES%' REM **************************************************************************** REM ************************ Eagle Script Library Files ************************ REM **************************************************************************** | > | 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | SET PKGFILES=pkgd.eagle pkgd.eagle.asc SET PKGFILES=%PKGFILES% pkgd.eagle.harpy pkgd.eagle.harpy.asc SET PKGFILES=%PKGFILES% pkgIndex.eagle pkgIndex.eagle.asc SET PKGFILES=%PKGFILES% pkgIndex.eagle.harpy pkgIndex.eagle.harpy.asc SET PKGFILES=%PKGFILES% pkgIndex.tcl pkgIndex.tcl.asc SET PKGFILES=%PKGFILES% pkgr.eagle pkgr.eagle.asc SET PKGFILES=%PKGFILES% pkgr.eagle.harpy pkgr.eagle.harpy.asc SET PKGFILES=%PKGFILES% VERSION VERSION.asc %_VECHO% PkgFiles = '%PKGFILES%' REM **************************************************************************** REM ************************ Eagle Script Library Files ************************ REM **************************************************************************** |
︙ | ︙ |