Page MenuHomeDevCentral

Provision software to Ysul
ClosedPublic

Authored by dereckson on Oct 20 2017, 01:09.
Tags
None
Referenced Files
F2742009: D1070.diff
Thu, Mar 28, 03:10
F2739989: D1070.id2755.diff
Wed, Mar 27, 19:33
F2739988: D1070.id2754.diff
Wed, Mar 27, 19:33
F2739987: D1070.id2753.diff
Wed, Mar 27, 19:33
F2739986: D1070.id2752.diff
Wed, Mar 27, 19:33
F2739765: D1070.id2755.diff
Wed, Mar 27, 17:07
Unknown Object (File)
Sat, Mar 23, 16:04
Unknown Object (File)
Sat, Mar 23, 12:17

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
arcpatch-D1070
Build Status
Buildable 1697
Build 1945: 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.