-
Notifications
You must be signed in to change notification settings - Fork 165
actions: install-deb: Implement action to install local Debian packages #220
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
base: main
Are you sure you want to change the base?
Conversation
69ff4e0 to
e764a9d
Compare
sjoerdsimons
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fwiw i like this approach overall :)
e764a9d to
eb4cf97
Compare
eb4cf97 to
2cdd04b
Compare
2cdd04b to
493a65a
Compare
493a65a to
b38e470
Compare
b38e470 to
c39490e
Compare
c39490e to
487fd18
Compare
|
Hi. As info, is this PR on-hold, or about to be integrated ? Thanks in advance for the info. |
487fd18 to
352234f
Compare
|
I rebased onto main. Still need to fix last review comments. |
3a022de to
6ac8599
Compare
6ac8599 to
dd029ab
Compare
5401141 to
c53d38d
Compare
|
@sjoerdsimons @daissi I cleaned up the commits. Can you take a quick look in case there is anything else? I plan to address remaining bits and get this in over the next month. |
c53d38d to
b933bf9
Compare
|
@sjoerdsimons can you take a look at the action yaml properties & description before i rework the PR ? Currently not sure about setting |
Since apt commands will also be used by the install-deb action, prepare for it by abstracting the generic apt commands into a wrapper class. Also create a wrapper base class to be able to abstract common action commands into generic functions. Signed-off-by: Christopher Obbard <[email protected]>
b933bf9 to
a2a6d10
Compare
Signed-off-by: Christopher Obbard <[email protected]>
The install-deb action allows local .deb packages to be installed using the apt command, much like the apt action but for local packages rather than for packages retrieved from remote apt repositories. Resolves: go-debos#157 Closes: go-debos#165 Signed-off-by: Christopher Obbard <[email protected]>
a2a6d10 to
8da90ed
Compare
The install-deb action allows local .deb packages to be installed using the apt command, much like the apt action but for local packages rather than for packages retrieved from remote apt repositories.
Resolves: #157