Page MenuHomeDevCentral

Refactor core userland-software unit
ClosedPublic

Authored by dereckson on Oct 6 2024, 10:40.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 7, 07:30
Unknown Object (File)
Wed, Dec 4, 04:29
Unknown Object (File)
Wed, Dec 4, 04:29
Unknown Object (File)
Tue, Dec 3, 23:14
Unknown Object (File)
Tue, Dec 3, 00:01
Unknown Object (File)
Mon, Nov 25, 13:59
Unknown Object (File)
Nov 19 2024, 07:13
Unknown Object (File)
Nov 17 2024, 21:30
Subscribers
None

Details

Summary

Split states in sources and base. This is coherent with the same
unit in devserver and shellserver roles.

Test Plan

This change is no-op.

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
clean-core-userland-software
Build Status
Buildable 5547
Build 5828: arc lint + arc unit

Event Timeline

dereckson created this revision.

Role is no-op: it only tries to recreate Nasqueron repository configuration file, which isn't currently available.

WindRiver
$ salt-call --local state.apply roles/core/userland-software test=True

local:
----------
          ID: /usr/local/etc/pkg/repos/Nasqueron.conf
    Function: file.managed
      Result: None
     Comment: The file /usr/local/etc/pkg/repos/Nasqueron.conf is set to be changed
              Note: No changes made, actual changes may
              be different due to other states.
     Started: 10:46:05.482568
    Duration: 2.492 ms
     Changes:
              ----------
              newfile:
                  /usr/local/etc/pkg/repos/Nasqueron.conf
----------
[…]

Summary for local
-------------
Succeeded: 13 (unchanged=1, changed=1)
Failed:     0
-------------
Total states run:     13
Total run time:    1.036 s
This revision is now accepted and ready to land.Oct 10 2024, 22:03
This revision was automatically updated to reflect the committed changes.