Saturday, May 06, 2023
apps@conference.yunohost.org
May
Mon Tue Wed Thu Fri Sat Sun
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
       
             

[01:32:41] <Yunohost Git/Infra notifications> App question2answer stays at level 2 in job [#15385](https://ci-apps.yunohost.org/ci/job/15385)
[04:47:25] <Yunohost Git/Infra notifications> App mediawiki failed all tests in job [#15313](https://ci-apps.yunohost.org/ci/job/15313) :(
[06:49:17] <Yunohost Git/Infra notifications> App ghost goes down from level 8 to 2 in job [#15391](https://ci-apps.yunohost.org/ci/job/15391)
[07:08:57] <tituspijean> > <@yunohostinfra:matrix.org> App ghost goes down from level 8 to 2 in job [#15391](https://ci-apps.yunohost.org/ci/job/15391)

Should be fixed by https://github.com/YunoHost/yunohost/pull/1655
[09:30:42] <Yunohost Git/Infra notifications> [gitlab_ynh] @Christophe31 [commented](https://github.com/YunoHost-Apps/gitlab_ynh/issues/219#issuecomment-1537100940) on [issue #219](https://github.com/YunoHost-Apps/gitlab_ynh/issues/219) Security release warning: ho, did I missread? the popup went on before the release note publication? <https://about.gitlab.com/releases/2023/05/05...
[10:55:49] <Yunohost Git/Infra notifications> App calckey goes down from level 7 to 1 in job [#15322](https://ci-apps.yunohost.org/ci/job/15322)
[17:58:54] <lapineige> Does someone knows if CI is drunk for a days now ? 😅
https://ci-apps-dev.yunohost.org/ci/job/7123
[18:00:24] <Guillaume Bouzige> yes drunk it is
[20:13:11] <Yunohost Git/Infra notifications> App transfersh rises from level 7 to 8 in job [#15403](https://ci-apps.yunohost.org/ci/job/15403) !
[21:01:35] <Yunohost Git/Infra notifications> App autobrr stays at level 4 in job [#15405](https://ci-apps.yunohost.org/ci/job/15405)
[21:13:13] <Yunohost Git/Infra notifications> [apps] @Tagadda pushed 1 commit to add-linkstack: Adds linkstack_ynh ([1e62897d](https://github.com/YunoHost/apps/commit/1e62897dd781477ac8324b77120da47259e274d9))
[21:13:13] <Yunohost Git/Infra notifications> [apps] @Tagadda created new branch add-linkstack
[21:14:52] <Yunohost Git/Infra notifications> [apps] @Tagadda opened [pull request #1669](https://github.com/YunoHost/apps/pull/1669): Adds linkstack_ynh
[21:15:48] <Yunohost Git/Infra notifications> [apps] @Tagadda pushed 1 commit to add-linkstack: Update apps.toml ([f8818b3c](https://github.com/YunoHost/apps/commit/f8818b3cfbfbc210264b3a99f34fecda6a847bf2))
[21:16:21] <Yunohost Git/Infra notifications> [apps] @Tagadda edited [pull request #1669](https://github.com/YunoHost/apps/pull/1669): Adds linkstack_ynh
[21:17:25] <Yunohost Git/Infra notifications> [apps] @Tagadda pushed 1 commit to add-linkstack: Update apps.toml ([abd2e861](https://github.com/YunoHost/apps/commit/abd2e8610a0cf1024c67a46b35f3904ae518619b))
[21:46:50] <lapineige> > ynh\_exec\_warn ynh\_exec\_as $app -s $SHELL -lc "mix local.hex --force && just config"

What is the proper syntax to run these 2 commands in 1 shot with appropriate helpers ??
[21:46:51] <lapineige> > ynh\_exec\_warn ynh\_exec\_as $app -s $SHELL -lc "mix local.hex --force && just config"

What is the proper syntax to run these 2 commands in 1 shot with appropriate helpers ?
[21:52:25] <Tag> run
[21:52:41] <Tag> Can't you run them one after the other ?
[21:53:56] <lapineige> I was adviced to do it like this https://github.com/YunoHost-Apps/bonfire_ynh/pull/2#issuecomment-1534061636
[22:01:12] <Tag> Is this about `(RuntimeError) could not find the user home, please set the HOME environment variable` error
[22:01:13] <Tag> ?
[22:03:00] <lapineige> no that happens when I don't run the command as bonfire user, but rather as root
[22:03:04] <lapineige> I don't know why
[22:03:18] <lapineige> but I figured it's safer to run it as the dedicated user anyway
[22:04:05] <Tag> 🥁🥁🥁
[22:04:29] <Tag> I don't see any error on this part now o/
[22:06:59] <lapineige> That's the thing 😅
[22:08:53] <Tag> You wanted to run both command at once ? But it seems to be working well now... What's your motivation ?
[22:16:02] <orhtej2> > > ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "mix local.hex --force && just config"
>
> What is the proper syntax to run these 2 commands in 1 shot ?

I think the latter command runs in unmodified environment as`root`
[22:17:11] <lapineige> > <@tag:lostpod.me> You wanted to run both command at once ? But it seems to be working well now... What's your motivation ?

mostly random tries as it hangs for misterious reasons 😅
[22:17:53] <Tag> also I'm confused by the `-s $SHELL`, I can't find anything about this in the ynh_exec_as helper documentation
[22:20:01] <Tag> ah, is it with sudo ?
[22:21:39] <Yunohost Git/Infra notifications> [apps] @Tagadda edited [pull request #1669](https://github.com/YunoHost/apps/pull/1669): Adds linkstack_ynh
[22:22:18] <Yunohost Git/Infra notifications> [apps] @Tagadda pushed 1 commit to add-linkstack: Update apps.toml ([a86f2366](https://github.com/YunoHost/apps/commit/a86f23669d0fb3e4983d98019c82d5370c538c23))
[22:23:21] <Tag> Huge 👏 for packaging v2, so easy to package an app today o/
[22:32:34] <orhtej2> > I think the latter command runs in unmodified environment as`root`

Yup

```sh
P="aa" sh -c 'echo "test1 $P" ' && sh -c 'echo "test2 $P" '
```

> test1 aa
> test2
[23:00:35] <Yunohost Git/Infra notifications> [apps] @Tagadda pushed 1 commit to add-linkstack: please the consistency check... ([3bfb3c32](https://github.com/YunoHost/apps/commit/3bfb3c326efd5958377a60db9c6b954b5d4f0425))
[23:12:44] <Yunohost Git/Infra notifications> [apps] @Tagadda pushed 1 commit to add-linkstack: Add logos/linkstack.png ([e69ebf52](https://github.com/YunoHost/apps/commit/e69ebf52a81142908d1071deb4563bbe26711192))