Basic working debian repository with reprepro and mdbook builder #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "first-branch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
still in progress, but making this into a PR, so that future PRs can be more feature-sized
this includes:
still todo:
@mhfowler
"figure out how to get aarch64 version using cargo-deb"
I've added instructions for this to the dev docs:
Setup instructions are on the compilation page and package building instructions are on the packaging page.
This is looking great @mhfowler :)
Two small notes:
the aarch64 linker variable needs to be defined before the
cargo build
command, otherwise it will fail (ie. the linker path is required by both commands:cargo build
andcargo deb
)cargo-deb
should becargo deb
P.s. I actually just added
.cargo/config
to all the microservice repos. This removes the need for the linker variable to be exported, since it is defined in theconfig
file and automatically detected by bothcargo build
andcargo deb
.I figure it's better to have these variables coded in-place, rather than requiring the extra export step each time.
nice I pulled the repos with the new .cargo/config
and it worked!
going to try seeing if I can get the package installed to the pi from the debain repo :)
successfully installed peach-oled to the pi via apt-get (so nice)
but peach-oled getting some errors when running.. will look into it a bit
Unlearning cloud-based practices
Pull request closed