Page MenuHomeSolus

Riot: install default configuration
ClosedPublic

Authored by silke on Aug 28 2019, 10:23 AM.
Tags
None
Referenced Files
F11069424: D7046.id16875.diff
Fri, Aug 11, 11:02 PM
F11069423: D7046.id16873.diff
Fri, Aug 11, 11:02 PM
F11051726: D7046.diff
Thu, Aug 10, 8:15 PM
F10772837: D7046.id16875.diff
May 21 2023, 3:07 PM
F10772764: D7046.id16873.diff
May 21 2023, 2:43 PM
F10772761: D7046.id16872.diff
May 21 2023, 2:42 PM
F10772737: D7046.diff
May 21 2023, 2:35 PM
Subscribers

Details

Summary

Resolves T8296

Test Plan

Start Riot, confirm error has been resolved

Diff Detail

Repository
R2816 element
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chax added inline comments.
package.yml
40

rather use install command than cp

install -Dm644 electron_app/riot.im/config.json-t $installdir/usr/share/riot/resources/webapp/

package.yml
40

use -Dm00644 to be consistent with rest of the package.yml

This revision now requires changes to proceed.Aug 28 2019, 11:13 AM

Use install instead of cp

This revision was not accepted when it landed; it landed in state Needs Review.Aug 28 2019, 2:16 PM
This revision was automatically updated to reflect the committed changes.

Ah cool, I thought that the last version had probably already solved that issue, since there was a similar item on the changelog; thanks for actually testing and fixing it.