Skip to content

Commit

Permalink
Merge pull request #87 from thin-edge/fix-set-default-software-type
Browse files Browse the repository at this point in the history
feat: set default software type to apt
  • Loading branch information
reubenmiller authored Sep 25, 2024
2 parents 2b42360 + 46b4b23 commit 3df68a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/common/config/tedge.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ proxy.client.host = "tedge"
[software.plugin]
# Exclude uninteresting software management packages (regardless of type)
exclude = "^(glibc|lib|kernel-|iptables-module).*"
# Default package type it it is not set.
# Useful when applying device profiles as the softwareType info can be stripped from the software items
default = "apt"

8 comments on commit 3df68a0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
11 0 2 11 100 51.364s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
14 0 0 14 100 59.251s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
7 0 0 7 100 50.285s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
17 0 0 17 100 2m39.883s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
11 0 2 11 100 49.357s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
14 0 0 14 100 1m0.544s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
7 0 0 7 100 47.597s

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
17 0 0 17 100 2m38.478s

Please sign in to comment.