-
Notifications
You must be signed in to change notification settings - Fork 34
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
DEB, RPM, APK packages #66
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #66 +/- ##
==========================================
- Coverage 64.86% 62.13% -2.74%
==========================================
Files 64 62 -2
Lines 6472 5931 -541
==========================================
- Hits 4198 3685 -513
+ Misses 2078 2047 -31
- Partials 196 199 +3
Continue to review full report at Codecov.
|
Cool, this one was also on my TODO list 😄 |
Great 😀 , still some work ahead. |
4b816e9
to
35b836b
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
35b836b
to
4740db7
Compare
Kudos, SonarCloud Quality Gate passed! |
0f1bbb3
to
daed902
Compare
Kudos, SonarCloud Quality Gate passed! |
fd23c3a
to
e73d7b5
Compare
b2b6565
to
4c69130
Compare
4c69130
to
5b4109f
Compare
"resticprofile-send-error" is included in posix packages
(Schedulers with template support only)
5b4109f
to
d3d9ea1
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR attempts to create DEB, RPM and APK packages to simplify deployment on Linux. It is an early draft at the moment and requires more work and probably some iterations and feedback.
It depends on the following:
/etc/resticprofile
(using similar concepts as other software)resticprofile generate-key
if password file is missing).goreleaser
to createdeb
,rpm
&apk
includes
(e.g.profiles.d
) #65{{.TempDir}}
to TemplateData #62