summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update the changelogdebian/3.7-2Andrej Shadura2023-11-29
|
* Run tests with pytest, it works just as well as noseAndrej Shadura2023-11-29
|
* Do not override dh_installchangelogs, it supports CHANGELOG.mdAndrej Shadura2023-11-29
|
* Use dh-sequence-python3Andrej Shadura2023-11-29
|
* Actually drop smcvAndrej Shadura2023-11-29
| | | | Gbp-Dch: ignore
* Adopt the packageAndrej Shadura2023-11-29
| | | | Closes: #1057086
* Release to unstabledebian/3.7-1Simon McVittie2023-09-18
|
* Add proposed patch to remove unnecessary python3-nose runtime dependencySimon McVittie2023-09-18
|
* d/rules: Update build system overridesSimon McVittie2023-09-18
|
* Update changelogSimon McVittie2023-09-18
|
* d/control: Build using pyprojectSimon McVittie2023-09-18
|
* d/patches: Drop all patches, included in new upstream releaseSimon McVittie2023-09-18
|
* Remove constraints unnecessary since bullseye (oldstable)Simon McVittie2023-09-18
| | | | | | | | | * Build-Depends: Drop versioned constraint on python3-gpg (>= 1.10). * Build-Depends: Drop versioned constraint on python3-nose (>= 1.3.7). * Build-Depends: Drop versioned constraint on python3-six (>= 1.16.0). * bmap-tools: Drop versioned constraint on python3-six (>= 1.16.0) in Depends. Changes-By: deb-scrub-obsolete
* Add Provides on bmaptool, reflecting the name of the tool in /usr/binSimon McVittie2023-09-18
| | | | Closes: #1032062
* Update changelogSimon McVittie2023-09-18
|
* Update dependencies for new upstream releaseSimon McVittie2023-09-18
| | | | | | In particular, it now uses python3-gpg, replacing python3-gpgme. Closes: #876983
* New upstream releaseSimon McVittie2023-09-18
|
* Update upstream source from tag 'upstream/3.7'Simon McVittie2023-09-18
|\ | | | | | | Update to upstream version '3.7' with Debian dir 067a2abcd3e193cc048cdb264fc55931c9e0e7bd
| * New upstream version 3.7Simon McVittie2023-09-18
| |\
| | * Release version 3.7Artem Bityutskiy2023-08-02
| | | | | | | | | | | | Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
| | * Update a copule of places with versionArtem Bityutskiy2023-08-02
| | | | | | | | | | | | Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
| | * Release version 3.7Artem Bityutskiy2023-08-02
| | | | | | | | | | | | Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
| | * Release version 3.7Artem Bityutskiy2023-08-02
| | | | | | | | | | | | Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
| | * make_a_release.sh: remove a couple of out of date questionsArtem Bityutskiy2023-08-02
| | | | | | | | | | | | Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
| | * make_a_release.sh: adjust to master branch renameArtem Bityutskiy2023-08-02
| | | | | | | | | | | | Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
| | * CHANGELOG.md: remove junk whitespaceArtem Bityutskiy2023-08-02
| | | | | | | | | | | | Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
| | * BmapCreate: a couple of spelling fixesArtem Bityutskiy2023-08-02
| | | | | | | | | | | | Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
| | * Merge pull request #115 from chrthi-work/feature/silence-warningsNiklas Kunz2022-11-05
| | |\ | | | | | | | | Fix some unnecessary warnings, update i/o scheduler
| | | * BmapCopy: Improve sysfs settingChristian Thießen2022-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When running as non-root, do not emit warnings when sysfs files already have the correct values. If they don't, suggest a udev rule to enable working as non-root without warnings permanently. Apply a single context manager class to both sysfs attributes to reduce code duplication.
| | | * ssh: Disable forwardingsChristian Thießen2022-11-01
| | |/ | | | | | | | | | | | | | | | | | | | | | When port forwardings are configured in the ssh config and a parallel ssh session with the same sever is already open, ssh will print error messages. Do the same as scp to prevent them and pass the ClearAllForwardings option to the ssh client. Do the same for X11 forwardings.
| | * Fix failures when .netrc is not presentJoshua Watt2022-09-07
| | | | | | | | | | | | | | | | | | | | | If the user doesn't have a .netrc file, bmaptool would fail. Fix this so that missing or incorrectly formatted .netrc files are not fatal Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
| | * Add .netrc supportJoshua Watt2022-09-07
| | | | | | | | | | | | | | | | | | | | | Adds support for getting the username and password from ~/.netrc if it's not specified in the URL. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
| | * Add gpg as a dependencyJoshua Watt2022-09-03
| | | | | | | | | | | | | | | | | | GPG is required to verify signatures Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
| | * Use Poetry to create command aliasJoshua Watt2022-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | Uses poetry to create the CLI command. Poetry will add the command to PATH which means that using the symlink shim in the test suite is no longer necessary (and it didn't work anyway because the module name in pyproject.toml was wrong). Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
| | * ci: Run test suiteJoshua Watt2022-09-03
| | | | | | | | | | | | | | | | | | Runs the test suite as part of github actions Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
| | * tests: Move signature files to subdirectoryJoshua Watt2022-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The compat test suite does a directory listing to get the bmap files that should be checked. This was discovering the signature files, which aren't valid bmap files and this caused the test to fail. Fix this by moving the signatures to a subdirectory so that the compat test doesn't see them anymore. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
| | * tests: Quieten test suiteJoshua Watt2022-09-03
| | | | | | | | | | | | | | | | | | | | | | | | Quites down the test suite so that output is only shown if something goes wrong to help make it easier to figure out what is wrong when something fails Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
| | * tests: Add clearsign testJoshua Watt2022-09-03
| | | | | | | | | | | | | | | | | | Adds a test to ensure that the CLI can accept a clearsigned bmap file Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
| | * ci: Fix poetry installJoshua Watt2022-09-03
| | | | | | | | | | | | | | | | | | Fixes the installation of poetry to use the updated method Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
| | * Add properly formatted changelogNiklas Kunz2022-06-26
| | | | | | | | | | | | The new changelog uses the format of https://keepachangelog.com/en/1.0.0/.
| | * Fix the poetry installation in the CI workflowNiklas Kunz2022-06-26
| | |
| | * Correctly format remaining test in legacy testsNiklas Kunz2022-06-26
| | |
| | * Add `black` as development dependency and use it in Actions workflowNiklas Kunz2022-06-26
| | |
| | * Move __main__.py into bmaptools moduleNiklas Kunz2022-06-26
| | |
| | * Fix minor Markdown formatting issuesNiklas Kunz2022-06-26
| | |
| | * Merge pull request #109 from mntns/gh-actionsNiklas Kunz2022-06-26
| | |\ | | | | | | | | Add basic GitHub Actions workflow
| | | * Add code checking step using black to workflowNiklas Kunz2022-06-26
| | | |
| | | * Create basic GitHub Actions workflowNiklas Kunz2022-06-26
| | |/
| | * Move LICENSE to project rootNiklas Kunz2022-06-26
| | |
| | * Adjust vim headers to text width of 88 (following black)Niklas Kunz2022-06-26
| | |