- Jan 25, 2025
-
-
Ayush Singh authored
- Also remove redundant files and put pushing upload to run only for main branch Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Currently missing changelog generation. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Jan 15, 2025
-
-
Ayush Singh authored
- Only build it when PB2_MSPM0 is enabled. - Need to figure out how to do uploading since service should not be built for all linux targets, at least not right now. - Building deb and standard tar.xz Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Jan 09, 2025
-
-
Ayush Singh authored
- Does not really need to be present when not compiling to run on pb2 - Also remove it from the GUI completely till runtime privilege excalation is implemented for gui - Also needed some changes to how the clippy checks are run. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Using Rust cross for better cross compile support. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Jan 06, 2025
-
-
Ayush Singh authored
- Match the package name Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- The package name has been `bb-imager-cli` for a while, so best to rename the folder as well to avoid confusion. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Jan 04, 2025
-
-
Ayush Singh authored
- Macos probably can read man pages and use zsh shell completion - Only adding powershell completion for windows Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Nov 23, 2024
-
-
Ayush Singh authored
- Use cargo-deb to build in CI. - While the final goal is to have package in upstream debian using debcargo, it is only intended for stable releases. - So use cargo-deb for experimental releases. Changelog: added Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Nov 22, 2024
-
-
Ayush Singh authored
- Using pattern matching in rules to reduce repetition - Split up the Makefile Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Nov 04, 2024
-
-
- A universal package that works on both x86-64 and aarch64 mac Changelog: added Signed-off-by:
Zain Siddavatam <beingzainsv@gmail.com> Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Now that I am generating appimage manually, no need to keep it here. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Move AppRun to packages/linux/appimage - Move desktop file to packages/linux - Make version of desktop file app dynamic - Use which to get absolute paths for bins in Makefile - Do not use CI_COMMIT_TAG variable inside Makefile. Instead use VERSION Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Based on sniffnet github CI [0] [0]: https://github.com/GyulyVGC/sniffnet/blob/main/.github/workflows/package.yml Changelog: added Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Oct 30, 2024
-
-
Ayush Singh authored
- Move package specific assets to the repsective package directories. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Oct 14, 2024
-
-
Ayush Singh authored
- Use gitlab package registry and create release on tag creation. - Seems a bit clunky but should work. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Oct 08, 2024
-
-
Ayush Singh authored
- Using the following compression for binaries: - Linux: xz, AppImage - Windows: zip - Macos: zip Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Oct 02, 2024
-
-
Ayush Singh authored
- Only doing release of CLI since macos renders any non .app GUI unusable anyway. - Also macos is pretty much an untested target. - Can consider creating better release once the CLI actually works on macos. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Can use cargo-cross to cross compile easily using containers - Build appimage using appimagetool directly instead of cargo-appimage Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-