Skip to content
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

Modify package generation actions #157

Merged
merged 44 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
210738c
Modify deb naming
Tostti Mar 20, 2024
459c8e6
Modify RPM naming
Tostti Mar 20, 2024
215186a
Modify workflow
Tostti Mar 20, 2024
c38f7cd
Fix revision change
Tostti Mar 20, 2024
39572f1
Fix errors
Tostti Mar 20, 2024
5f5c1b4
Fix errors
Tostti Mar 20, 2024
f39ab75
Change output path
Tostti Mar 20, 2024
7f68a0c
Fix issues
Tostti Mar 20, 2024
92670b1
Remove unused line
Tostti Mar 21, 2024
e7875f5
Fix typo
Tostti Mar 21, 2024
f72cdd2
Remove option to disable s3 upload
Tostti Mar 26, 2024
5355884
Rename inputs to follow the defined parameters
Tostti Mar 27, 2024
2f843bd
Add caching capabilities to build workflow
Tostti Mar 27, 2024
69c584d
Add workflow to cache plugins
Tostti Mar 27, 2024
e1b439b
Add capabilities to cache plugins
Tostti Mar 27, 2024
8f72e31
Fix typo
Tostti Mar 27, 2024
b65a0e9
Fix variable name
Tostti Mar 27, 2024
a787c49
Changemain package building section
Tostti Mar 27, 2024
889f57e
Fix typo
Tostti Mar 27, 2024
da2ac48
Change variable name
Tostti Mar 27, 2024
e20ff67
add load and save cache
Tostti Mar 28, 2024
9b021aa
Fix caching error
Tostti Mar 28, 2024
95fb68e
Fix name error
Tostti Mar 28, 2024
59f78e7
Rename workflows
Tostti Mar 28, 2024
041c2f5
Add Version file
Tostti Mar 28, 2024
416ecaf
Modify scripts to rename checksum
Tostti Mar 28, 2024
f2a6d71
Modify main script to allow production name
Tostti Mar 28, 2024
29f4f32
Rename for testing
Tostti Mar 28, 2024
fbca398
Fix wrong variable
Tostti Apr 3, 2024
cbaca46
Fix typo
Tostti Apr 3, 2024
7c194c2
Fix variable
Tostti Apr 3, 2024
46bf0b9
Fix tests of packages
Tostti Apr 3, 2024
ea4f37c
Fix caps error
Tostti Apr 3, 2024
4987b06
Rename output path
Tostti Apr 3, 2024
0b609b9
Fix path
Tostti Apr 3, 2024
bb0f8e4
Add tests to verify error
Tostti Apr 3, 2024
6214336
Fix test
Tostti Apr 3, 2024
37f94cd
Change wrong path
Tostti Apr 3, 2024
ef6f032
change path
Tostti Apr 3, 2024
2818d73
Tets
Tostti Apr 3, 2024
cf26fc9
Change revision format
Tostti Apr 3, 2024
5caca7e
Fix extension error
Tostti Apr 3, 2024
acd6429
Fix stage condition
Tostti Apr 3, 2024
698cc5b
Set final branches
Tostti Apr 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow that is manually triggered

name: Build
name: Build base

on:
workflow_call:
Expand All @@ -10,6 +10,7 @@ on:
required: true
default: ''
type: string

workflow_dispatch:
inputs:
CHECKOUT_TO: # This is the branch to checkout to. Defaults to 'master'
Expand Down
Loading
Loading