Minor Release
Pull Requests
- #162 - v2.2.0 release candidate
- #159 - Add support for script install and conda dependencies
- #160 - Release Script Updates
- #164 - Support primary releases
- #158 - resolve bug where syth_1/impl_1 design reset after batch build
- #156 - Release Gen Updates
- #155 - adding user post-build script call
- #161 - zipimport does not support compression
- #157 - setting multi-drive pin to ERROR
- #163 - removing image commit message
Pull Request Details
v2.2.0 release candidate
Author: | Larry Ruckman [email protected] |
Date: | Tue Feb 18 10:45:47 2020 -0800 |
Pull: | #162 (167 additions, 103 deletions, 7 files changed) |
Branch: | slaclab/pre-release |
Notes:
Description
- Release Gen Updates #156
- adding user post-build script call #155
- setting multi-drive pin to ERROR #157
- resolve bug where syth_1/impl_1 design reset after batch build #158
- Add support for script install and conda dependencies #159
- Release Script Updates #160
- zipimport does not support compression #161
- removing image commit message #163
- Support primary releases #164
Add support for script install and conda dependencies
Author: | Larry Ruckman [email protected] |
Date: | Wed Feb 12 08:26:48 2020 -0800 |
Pull: | #159 (111 additions, 66 deletions, 1 files changed) |
Branch: | slaclab/add_scripts |
Notes:
This PR updates the releaseGen script with the following changes:
- Allow scripts to be installed
- Allow user to define conda dependencies
- Suggest user can enter no value for compare version
This includes some changes in the script structure to cleanup the code.
Release Script Updates
Author: | Larry Ruckman [email protected] |
Date: | Wed Feb 12 11:05:04 2020 -0800 |
Pull: | #160 (34 additions, 17 deletions, 2 files changed) |
Branch: | slaclab/release-script-llr-dev |
Notes:
Description
- adding RELEASE_DIR variable
- make PROJECT variable agnostic to string structure
- Example: Supports
export PROJECT=ClinkFebPgp3_1ch
target name- adding support for repo level release
Support primary releases
Author: | Larry Ruckman [email protected] |
Date: | Thu Feb 13 09:40:23 2020 -0800 |
Pull: | #164 (19 additions, 11 deletions, 1 files changed) |
Branch: | slaclab/prim_release |
Notes:
This allows the release to have a Primary flag which will not pre-pend the release tag with the release name. This is useful for single release repositories.
Releases:
axi_pcie_devel:
Primary: True
Targets:
- InterCardTest
- RateTestKcu1500
Types:
- RogueThis PR also adds an error check to ensure the release name does not contain dashes.
resolve bug where syth_1/impl_1 design reset after batch build
Author: | Larry Ruckman [email protected] |
Date: | Tue Feb 11 14:22:32 2020 -0800 |
Pull: | #158 (1 additions, 12 deletions, 3 files changed) |
Branch: | slaclab/ESCORE-534 |
Jira: | https://jira.slac.stanford.edu/issues/ESCORE-534 |
Notes:
Description
- Resolves bug when you do "make bit" then "make gui" and the results of synth_1/impl_1 are lost when the GUI pops up
Release Gen Updates
Author: | Larry Ruckman [email protected] |
Date: | Tue Feb 11 09:40:25 2020 -0800 |
Pull: | #156 (3 additions, 3 deletions, 2 files changed) |
Branch: | slaclab/ESCORE-538 |
Jira: | https://jira.slac.stanford.edu/issues/ESCORE-538 |
Notes:
Description
- adding BZIP2 compression to the release ZIP file
- releaseGen.py depends on the ~/firmware/build/VivadoProject dir
Compression Example
- v1.0.0 is with original code (no compression)
- v2.0.0 is with BZIP2 compression
$ ls -lath /u1/ruckman/build/SmurfKcu1500RssiOffload10GbE/rogue* -rw-r--r-- 1 ruckman re 103M Feb 11 09:33 /u1/ruckman/build/SmurfKcu1500RssiOffload10GbE/rogue_SmurfKcu1500RssiOffload10GbE_v1.0.0.zip -rw-r--r-- 1 ruckman re 31M Feb 11 09:33 /u1/ruckman/build/SmurfKcu1500RssiOffload10GbE/rogue_SmurfKcu1500RssiOffload10GbE_v2.0.0.zip
adding user post-build script call
Author: | Larry Ruckman [email protected] |
Date: | Mon Feb 10 13:35:31 2020 -0800 |
Pull: | #155 (5 additions, 0 deletions, 1 files changed) |
Branch: | slaclab/post-build-script |
Notes:
Description
- adding user post-build script call
zipimport does not support compression
Author: | Larry Ruckman [email protected] |
Date: | Wed Feb 12 14:04:24 2020 -0800 |
Pull: | #161 (2 additions, 1 deletions, 1 files changed) |
Branch: | slaclab/revert_zip_change |
Notes:
Description
setting multi-drive pin to ERROR
Author: | Larry Ruckman [email protected] |
Date: | Tue Feb 11 13:32:33 2020 -0800 |
Pull: | #157 (2 additions, 1 deletions, 1 files changed) |
Branch: | slaclab/messages-patch |
Notes:
Description
- setting multi-drive pin to ERROR
removing image commit message
Author: | Larry Ruckman [email protected] |
Date: | Thu Feb 13 08:59:21 2020 -0800 |
Pull: | #163 (0 additions, 2 deletions, 1 files changed) |
Branch: | slaclab/remove-image-commit-msg |
Notes:
Description
- Images should be attached to release tags and not committed directly now