Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Make it easier to read the master release archive manifest. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
dfc8420b0176968df4eb78f3a9190844 |
User & Date: | mistachkin 2012-09-17 05:21:21.545 |
Context
2012-09-17
| ||
07:54 | Enhance the release archive verification tool to allow it to verify the setup archives built with Inno Setup. check-in: 5abb5516f9 user: mistachkin tags: trunk | |
05:21 | Make it easier to read the master release archive manifest. check-in: dfc8420b01 user: mistachkin tags: trunk | |
05:17 | Adjust the master release archive manifest to account for recent changes. check-in: 3767c774c5 user: mistachkin tags: trunk | |
Changes
Changes to Setup/verify.lst.
︙ | ︙ | |||
531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 | # 3. Finally, the final list of files for this archive file name is built # by combining all the file names in the file lists discovered in the # previous step. Duplicate file names, if any, should be harmless. # # $result == $eagle_manifests(core) UNION $eagle_manifests(library) # ############################################################################### set manifests(sqlite-netFx-source-.zip) [list sds source] ############################################################################### set manifests(sqlite-netFx20-binary-Win32-2005-.zip) \ [list sds core extra interop] ############################################################################### | > > > > | 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 | # 3. Finally, the final list of files for this archive file name is built # by combining all the file names in the file lists discovered in the # previous step. Duplicate file names, if any, should be harmless. # # $result == $eagle_manifests(core) UNION $eagle_manifests(library) # ############################################################################### ################################# Source Code ################################# ############################################################################### set manifests(sqlite-netFx-source-.zip) [list sds source] ############################################################################### ################### Visual Studio 2005 / .NET Framework 2.0 ################### ############################################################################### set manifests(sqlite-netFx20-binary-Win32-2005-.zip) \ [list sds core extra interop] ############################################################################### |
︙ | ︙ | |||
572 573 574 575 576 577 578 579 580 581 582 583 584 585 | [list sds core extra] ############################################################################### set manifests(sqlite-netFx20-static-binary-bundle-x64-2005-.zip) \ [list sds core extra] ############################################################################### set manifests(sqlite-netFx35-binary-Win32-2008-.zip) \ [list sds core linq extra interop] ############################################################################### | > > | 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 | [list sds core extra] ############################################################################### set manifests(sqlite-netFx20-static-binary-bundle-x64-2005-.zip) \ [list sds core extra] ############################################################################### ################### Visual Studio 2008 / .NET Framework 3.5 ################### ############################################################################### set manifests(sqlite-netFx35-binary-Win32-2008-.zip) \ [list sds core linq extra interop] ############################################################################### |
︙ | ︙ | |||
613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 | ############################################################################### set manifests(sqlite-netFx35-static-binary-bundle-x64-2008-.zip) \ [list sds core linq extra] ############################################################################### set manifests(sqlite-netFx35-binary-PocketPC-2008-.zip) [list sds core compact] set manifests(sqlite-netFx35-binary-PocketPC-2008-.zip,subst) ""; # dynamic ############################################################################### set manifests(sqlite-netFx40-binary-Win32-2010-.zip) \ [list sds core linq extra interop] ############################################################################### | > > > > | 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 | ############################################################################### set manifests(sqlite-netFx35-static-binary-bundle-x64-2008-.zip) \ [list sds core linq extra] ############################################################################### ################# Visual Studio 2008 / .NET Compact Framework ################# ############################################################################### set manifests(sqlite-netFx35-binary-PocketPC-2008-.zip) [list sds core compact] set manifests(sqlite-netFx35-binary-PocketPC-2008-.zip,subst) ""; # dynamic ############################################################################### ################### Visual Studio 2010 / .NET Framework 4.0 ################### ############################################################################### set manifests(sqlite-netFx40-binary-Win32-2010-.zip) \ [list sds core linq extra interop] ############################################################################### |
︙ | ︙ | |||
657 658 659 660 661 662 663 664 665 666 667 668 669 670 | [list sds core linq extra] ############################################################################### set manifests(sqlite-netFx40-static-binary-bundle-x64-2010-.zip) \ [list sds core linq extra] ############################################################################### set manifests(sqlite-netFx45-binary-Win32-2012-.zip) \ [list sds core linq extra interop] ############################################################################### | > > | 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 | [list sds core linq extra] ############################################################################### set manifests(sqlite-netFx40-static-binary-bundle-x64-2010-.zip) \ [list sds core linq extra] ############################################################################### ################### Visual Studio 2012 / .NET Framework 4.5 ################### ############################################################################### set manifests(sqlite-netFx45-binary-Win32-2012-.zip) \ [list sds core linq extra interop] ############################################################################### |
︙ | ︙ |