Friday, September 27, 2024
dev@conference.yunohost.org
September
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
           

[00:00:06] <Yunohost Git/Infra notifications> [apps-tools] Couldn't pull, maybe local changes are present?
[08:00:10] <Yunohost Git/Infra notifications> [apps-tools] Couldn't pull, maybe local changes are present?
[08:22:58] <Aleks (he/him/il/lui)> can't we fix that issue somemhow @_@
[08:39:30] <orhtej2> `git nuke-the-entire-site-from-orbit`
[08:50:52] <Yunohost Git/Infra notifications> [issues] orhtej2 labeled :space_invader: bug on [issue #2452](https://github.com/YunoHost/issues/issues/2452): [Bookworm] Display more lines is inconsistent with Bullseye and works only once
[08:50:53] <Yunohost Git/Infra notifications> [issues] orhtej2 opened [issue #2452](https://github.com/YunoHost/issues/issues/2452): [Bookworm] Display more lines is inconsistent with Bullseye and works only once
[12:00:08] <Yunohost Git/Infra notifications> [apps-tools] Couldn't pull, maybe local changes are present?
[12:39:22] <Salamandar> ye ye
[13:26:11] <Yunohost Git/Infra notifications> [yunohost] orhtej2 opened [pull request #1955](https://github.com/YunoHost/yunohost/pull/1955): Automatically apply permissions for stuff provisioned with ynh_setup_source.
[13:27:00] <orhtej2> > <@yunohostinfra:matrix.org> [yunohost] orhtej2 opened [pull request #1955](https://github.com/YunoHost/yunohost/pull/1955): Automatically apply permissions for stuff provisioned with ynh_setup_source.

this is a discussion starter, please do not yolomerge as I literally tested it once for a single app.
[14:09:02] <Yunohost Git/Infra notifications> [issues] Tagadda labeled User portal on [issue #878](https://github.com/YunoHost/issues/issues/878): Provide users with a way to reset their password
[14:09:02] <Yunohost Git/Infra notifications> [issues] Tagadda labeled :busts_in_silhouette: User management on [issue #878](https://github.com/YunoHost/issues/issues/878): Provide users with a way to reset their password
[14:50:50] <Yunohost Git/Infra notifications> [apps_tools] Salamandar pushed 1 commit to main: maintenance.sh. theres no app_generator here anymore ([1e9a6370](https://github.com/YunoHost/apps_tools/commit/1e9a637050c36e7d89851902e4244ec0d23bc45e))
[15:04:52] <Yunohost Git/Infra notifications> [apps_tools] Salamandar pushed 1 commit to main: maintenance.sh: create venv if it does not exist ([47a977a0](https://github.com/YunoHost/apps_tools/commit/47a977a0699bd7cec1a432908f05882975b45858))
[15:09:03] <Yunohost Git/Infra notifications> test
[15:09:21] <Yunohost Git/Infra notifications> [apps-tools] Couldn't pull, maybe local changes are present?
[15:11:29] <Yunohost Git/Infra notifications> [autoreadme] Uhoh, failed to (re)start the autoreadme service?
[15:11:54] <Salamandar> ye ye i'm doing stuff
[15:13:59] <Yunohost Git/Infra notifications> [autoreadme] Uhoh, failed to (re)start the autoreadme service?
[15:15:43] <Yunohost Git/Infra notifications> [autoreadme] Uhoh, failed to (re)start the autoreadme service?
[15:16:31] <Yunohost Git/Infra notifications> [autoreadme] Uhoh, failed to (re)start the autoreadme service?
[16:00:19] <Yunohost Git/Infra notifications> [apps-tools] Couldn't pull, maybe local changes are present?
[17:05:45] <Yunohost Git/Infra notifications> [appstore] Salamandar pushed 1 commit to main: Fix maintenance.sh ([c61acb06](https://github.com/YunoHost/appstore/commit/c61acb069112254198b671d88c1d6e56246074d0))
[18:00:28] <Yunohost Git/Infra notifications> [autoreadme] Uhoh, failed to (re)start the autoreadme service?
[18:30:44] <Aleks (he/him/il/lui)> 🤔
[19:32:56] <Salamandar> but hum
[19:32:57] <Salamandar> For infra purposes i'm proposing to move the catalog from `app.yunohost.org/default` to `apps.yunohost.org/catalog/default`
[19:33:00] <Salamandar> with a 301 redirect
[19:33:23] <Salamandar> but curl, by default, does not follow redirects
[19:34:12] <Salamandar> so… idk if it might break something
[19:36:39] <Yunohost Git/Infra notifications> [appstore] Salamandar pushed 2 commits to main ([c61acb069112...107b269958cd](https://github.com/YunoHost/appstore/compare/c61acb069112...107b269958cd))
[19:38:50] <eric_G> no catalog level update today?
[19:39:48] <Salamandar> hum
[19:39:53] <Salamandar> i'll look into it
[19:40:08] <Salamandar> but it mightve been broken by the infra work
[19:40:38] <eric_G> wet paint in the infra
[20:39:36] <Salamandar> that's weird
[20:39:39] <Salamandar> ```
INFO:root:Committing and pushing the new catalog...
Traceback (most recent call last):
File "/var/www/app_yunohost/apps-tools/update_app_levels/update_app_levels.py", line 260, in <module>
main()
File "/var/www/app_yunohost/apps-tools/update_app_levels/update_app_levels.py", line 249, in main
apps_repo.git.push("--set-upstream", "origin", new_branch)
File "/var/www/app_yunohost/apps-tools/venv/lib/python3.9/site-packages/git/cmd.py", line 986, in <lambda>
return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
File "/var/www/app_yunohost/apps-tools/venv/lib/python3.9/site-packages/git/cmd.py", line 1598, in _call_process
return self.execute(call, **exec_kwargs)
File "/var/www/app_yunohost/apps-tools/venv/lib/python3.9/site-packages/git/cmd.py", line 1388, in execute
raise GitCommandError(redacted_command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)
cmdline: git push --set-upstream origin update_app_levels
stderr: 'To github.com:YunoHost/apps.git
! [rejected] update_app_levels -> update_app_levels (non-fast-forward)
error: failed to push some refs to 'github.com:YunoHost/apps.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.'
``
[20:39:44] <Salamandar> there might be a remote branch for the PR already
[20:40:00] <Salamandar> yeah
[20:40:27] <Salamandar> wait
[20:40:27] <Salamandar> https://aria.im/_matrix/media/v1/download/matrix.org/FiLmFdjhDdFdrWJsZDrBLNFa
[20:40:33] <Salamandar> so it actually ran
[20:44:14] <Yunohost Git/Infra notifications> [update_app_levels] Updating apps level failed miserably!
[20:45:11] <Aleks (he/him/il/lui)> ah sorry i triggered it aiming to debug it without realizing you were already debugging it
[21:04:54] <Salamandar> ah :D
[21:04:59] <Salamandar> but "5 hours ago"
[21:06:08] <Salamandar> I deleted the branch and relaunched the script
[22:00:09] <Yunohost Git/Infra notifications> [autoreadme] Uhoh, failed to (re)start the autoreadme service?
[23:30:08] <Yunohost Git/Infra notifications> [autoreadme] Uhoh, failed to (re)start the autoreadme service?
[23:30:27] <Yunohost Git/Infra notifications> [autoupdate_app_sources] App sources auto-update failed miserably!