Standalone package (tarball?) #514

Closed
opened 2022-03-29 08:14:14 +00:00 by persal · 1 comment

What I'm trying to do and why

Install the same (or very close) version of borgmatic on Debian 10 and 11, when pip3 is not an option to use for installation.

Steps to reproduce (if a bug)

Include (sanitized) borgmatic configuration files if applicable.

Actual behavior (if a bug)

Debian 10 contain borgmatic 1.2.11
Debian 11 contain borgmatic 1.5.12

I want to install 1.5.x (ideally 1.5.20+) on both Debian versions.

We have an installation for borgbackup 1.1.17 on both Debian 10 and 11.

Expected behavior (if a bug)

Not able to use pip3 to install a more recent package.

Other notes / implementation ideas

With apt/deb being to old, pip3 not possible in this case, I'm looking at any offline installation option available. Tarball?

Is PyInstaller an option?

#### What I'm trying to do and why Install the same (or very close) version of borgmatic on Debian 10 and 11, when pip3 is not an option to use for installation. #### Steps to reproduce (if a bug) Include (sanitized) borgmatic configuration files if applicable. #### Actual behavior (if a bug) Debian 10 contain borgmatic 1.2.11 Debian 11 contain borgmatic 1.5.12 I want to install 1.5.x (ideally 1.5.20+) on both Debian versions. We have an installation for borgbackup 1.1.17 on both Debian 10 and 11. #### Expected behavior (if a bug) Not able to use pip3 to install a more recent package. #### Other notes / implementation ideas With apt/deb being to old, pip3 not possible in this case, I'm looking at any offline installation option available. Tarball? Is PyInstaller an option?
Author

Our solution was to use pyinstaller and build specific packages for each os and version.

Our solution was to use pyinstaller and build specific packages for each os and version.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: borgmatic-collective/borgmatic#514
No description provided.