Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: uhd_ubuntu_deb: Require --buildpath | Martin Braun | 2022-03-31 | 1 | -3/+3 |
| | | | | | | | | | | | | Because this script deletes the entire contents of --buildpath, we no longer provide '..' as the default. First, it is not a suitable default, because it will contain the directory from which this script is called. Second, if someone runs this script from a source repo for UHD, and this repo is checked out into a non-empty directory, the script will still, by default, delete all the contents from that directory. Now, the script fails when not providing --buildpath. Note that CI code is already using this command line argument. | ||||
* | ci: Add support for Ubuntu 22.04 | Steven Koo | 2022-02-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Steven Koo <steven.koo@ni.com> | ||||
* | uhd: Prepare branch for 4.1.0.0-rc1 release | Aaron Rossetto | 2021-06-25 | 1 | -1/+1 |
| | | | | | | | | | | | uhd: Update changelog for 4.1 RC images: Update manifest debian: Update changelog debian: Update control and copyright installers: automatic version handling for dsc Signed-off-by: Aaron Rossetto <aaron.rossetto@ni.com> Signed-off-by: Steven Koo <steven.koo@ni.com> | ||||
* | installers: refactor deb script and build | Steven Koo | 2021-05-18 | 1 | -0/+144 |
This is a rewrite of upload_debs.sh in python. It adds support for building the generated dsc into debs before uploading. Signed-off-by: Steven Koo <steven.koo@ni.com> |