Page MenuHomeDevCentral

Refactor core userland-software unit
ClosedPublic

Authored by dereckson on Oct 6 2024, 10:40.
Tags
None
Referenced Files
F3752170: D3487.id8988.diff
Sun, Nov 17, 16:41
Unknown Object (File)
Thu, Nov 7, 00:20
Unknown Object (File)
Thu, Nov 7, 00:18
Unknown Object (File)
Wed, Nov 6, 22:26
Unknown Object (File)
Wed, Nov 6, 21:57
Unknown Object (File)
Thu, Oct 31, 16:58
Unknown Object (File)
Thu, Oct 31, 16:39
Unknown Object (File)
Thu, Oct 24, 02: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 Not Applicable
Unit
Tests Not Applicable

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.