Overview
Comment: | Add uploader files to the deployment tool. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
aeb9a220c083650963007e5705ecc1d0 |
User & Date: | mistachkin on 2019-09-08 23:33:08 |
Other Links: | manifest | tags |
Context
2019-10-15
| ||
01:47 | Robustify and enhance the settings file loader. check-in: 4758efdbb2 user: mistachkin tags: trunk | |
2019-09-08
| ||
23:33 | Add uploader files to the deployment tool. check-in: aeb9a220c0 user: mistachkin tags: trunk | |
22:06 | Update docs. check-in: 898d013d38 user: mistachkin tags: trunk | |
Changes
Modified tools/deploy.bat from [cfa20f5a61] to [b668f6ba31].
︙ | |||
95 96 97 98 99 100 101 102 103 104 105 106 107 108 | 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | + + + + | 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% pkgr_install.eagle pkgr_install.eagle.asc SET PKGFILES=%PKGFILES% pkgr_install.eagle.harpy pkgr_install.eagle.harpy.asc SET PKGFILES=%PKGFILES% pkgr_setup.eagle pkgr_setup.eagle.asc SET PKGFILES=%PKGFILES% pkgr_setup.eagle.harpy pkgr_setup.eagle.harpy.asc SET PKGFILES=%PKGFILES% pkgr_upload.eagle pkgr_upload.eagle.asc SET PKGFILES=%PKGFILES% pkgr_upload.eagle.harpy pkgr_upload.eagle.harpy.asc SET PKGFILES=%PKGFILES% pkgu.eagle pkgu.eagle.asc SET PKGFILES=%PKGFILES% pkgu.eagle.harpy pkgu.eagle.harpy.asc SET PKGFILES=%PKGFILES% VERSION VERSION.asc %_VECHO% PkgFiles = '%PKGFILES%' REM **************************************************************************** REM ************************ Eagle Script Library Files ************************ REM **************************************************************************** |
︙ |