-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian packaging #11
Open
camlafit
wants to merge
23
commits into
simonwalz:main
Choose a base branch
from
camlafit:issue_10_debian_packaging
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Debian packaging #11
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
camlafit
force-pushed
the
issue_10_debian_packaging
branch
5 times, most recently
from
August 20, 2024 13:54
12847ee
to
c49b5e5
Compare
Hello Looks not trivial, I don't understand how this action works :/ I continue to work on but action looks to hide too many contents to generate a full compliant deb file |
* Provide all minimalist files to build a debian package * Set a newer version to prevent conflict with previous commits unversionned
* Save all 5' all active sessions * Restore saved sessions on boot
* Prevent error about user permission * Run only if script are executable
* Not required in this debug process
camlafit
force-pushed
the
issue_10_debian_packaging
branch
from
August 20, 2024 14:36
c49b5e5
to
85e196a
Compare
* Prefer an other github action to use all dpkg-buildpackage feature * Backport from previous workflow configuration to debian/ structure * Use a basic configuration
camlafit
force-pushed
the
issue_10_debian_packaging
branch
from
August 20, 2024 15:09
7bc2c60
to
bc7b73f
Compare
camlafit
force-pushed
the
issue_10_debian_packaging
branch
3 times, most recently
from
August 20, 2024 15:32
eb0f0d0
to
53e0cca
Compare
* Since initial PR, some version was generated. It's required to be updated.
camlafit
force-pushed
the
issue_10_debian_packaging
branch
4 times, most recently
from
August 21, 2024 07:47
4c92d53
to
1f50d4a
Compare
* Complete cron feature with systemd version
camlafit
force-pushed
the
issue_10_debian_packaging
branch
from
August 26, 2024 15:10
1f50d4a
to
71e2be5
Compare
* To prevent conflict unit have scree-save name * autostart is disable, as must be managed by timer
camlafit
force-pushed
the
issue_10_debian_packaging
branch
from
August 26, 2024 15:57
71e2be5
to
7f801df
Compare
* Wait at least 15' after startup to run first save * All 15' save all session
* As is oneShot automatic start is ignored * no-start option disable also timer
* Override root file , required to be loaded on startup process
camlafit
force-pushed
the
issue_10_debian_packaging
branch
from
August 27, 2024 16:21
ea4d204
to
28a66b1
Compare
* Search all actives screen socket and save them step by step * Use string manipulation to retrieve user and screen pid
* In some case (mainly) standard user doesn't act as root permission * In this case we can't use su command
* screen autostart is require only one user is enabled
* Is executed during user connection, timer is no more required
camlafit
force-pushed
the
issue_10_debian_packaging
branch
from
August 27, 2024 16:21
28a66b1
to
33a3b9d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Provide a Debian packaging
Should solve #10