Page MenuHomeDevCentral

Provision software to Ysul
ClosedPublic

Authored by dereckson on Oct 20 2017, 01:09.
Tags
None
Referenced Files
F2832777: D1070.id2735.diff
Sat, Apr 20, 13:56
F2831565: D1070.id2753.diff
Fri, Apr 19, 17:10
Unknown Object (File)
Fri, Apr 19, 11:27
Unknown Object (File)
Thu, Apr 18, 20:20
Unknown Object (File)
Thu, Apr 18, 13:14
Unknown Object (File)
Wed, Apr 17, 15:20
Unknown Object (File)
Tue, Apr 16, 16:20
Unknown Object (File)
Mon, Apr 15, 05:29

Details

Summary

This change installs the same userland environment than on Eglide,
and provides for local additions.

Ref T1268
Ref T1273

This change also hunted the following tasks to saltize them:

Test Plan

salt-call state.apply roles/devserver/userland-software

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
ysul
Build Status
Buildable 1687
Build 1935: arc lint + arc unit

Event Timeline

+wget in FreeBSD
+tree

roles/devserver/userland-software/dev.sls
9

Probably useful in the future, but if there is only rust, it's not.

Tweaks to get a full success

dereckson retitled this revision from WIP: provision software to Ysul to Provision software to Ysul.Oct 20 2017, 22:01
dereckson edited the summary of this revision. (Show Details)
dereckson marked an inline comment as done.

+TCL

Looks good and applies well, but in the coming hours, I guess I'll have a bunch to add.

This revision is now accepted and ready to land.Oct 20 2017, 22:15

More software. Base and dev tested, misc WIP (testing is running on Ysul, installing TeX stuff).

Works well but there is a strange dance for phpunit:

Oct 21 01:08:21 ysul pkg: phpunit-5.7.20 deinstalled
Oct 21 01:08:22 ysul pkg: php56-phar-5.6.31 deinstalled
Oct 21 01:08:22 ysul pkg: php56-dom-5.6.31 deinstalled
Oct 21 01:08:22 ysul pkg: php56-hash-5.6.31 deinstalled
Oct 21 01:08:22 ysul pkg: php56-json-5.6.31 deinstalled
Oct 21 01:08:22 ysul pkg: php56-5.6.31 deinstalled
Oct 21 01:08:23 ysul pkg: php71-7.1.10 installed
Oct 21 01:08:41 ysul pkg: php71-7.1.10 deinstalled
Oct 21 01:08:42 ysul pkg: php56-5.6.31 installed
Oct 21 01:08:42 ysul pkg: php56-hash-5.6.31 installed
Oct 21 01:08:42 ysul pkg: php56-dom-5.6.31 installed
Oct 21 01:08:42 ysul pkg: php56-json-5.6.31 installed
Oct 21 01:08:42 ysul pkg: php56-phar-5.6.31 installed
Oct 21 01:08:43 ysul pkg: phpunit-5.7.20 installed

This revision was automatically updated to reflect the committed changes.