Tuesday, April 02, 2024
apps@conference.yunohost.org
April
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
         
             

[03:28:11] <Yunohost Git/Infra notifications> Autoupdater just ran, here are the results:

- 79 pending update PRs
- 14 new apps PRs
- 5 failed apps updates: dokuwiki, elasticsearch8, focalboard, tvheadend, vikunja

See the full log here: http://paste.yunohost.org/raw/rifosubigo
[05:16:33] <Yunohost Git/Infra notifications> [apps] Psycojoker pushed 18 commits to translate_apps ([29481c9678e2...6313439dc207](https://github.com/YunoHost/apps/compare/29481c9678e2...6313439dc207))
[06:19:08] <lapineige> You're a B-Tree-based RAM 😛
[08:34:18] <m606> Is this a known bug ?
[08:37:27] <m606> Hello, last week or so the Readme Generator added some new readme versions in EU/IT/GL languages to [a repo I maintain](https://github.com/YunoHost-Apps/cyberchef_ynh/pull/25/commits/a018d6483de8c651d3fece1b38cab217c001d7b8). However now it doesn't update them (it keeps updating EN & FR versions though)
[08:40:27] <m606> Hello, last week or so the Readme Generator added some new readme versions in IT/GL languages to [a repo I maintain](https://github.com/YunoHost-Apps/cyberchef_ynh/pull/25/commits/a018d6483de8c651d3fece1b38cab217c001d7b8). However now it doesn't update them (it keeps updating EN & FR versions though, and added EU language)
[08:40:32] <m606> Hello, last week or so the Readme Generator added some new readme versions in IT & GL languages to [a repo I maintain](https://github.com/YunoHost-Apps/cyberchef_ynh/pull/25/commits/a018d6483de8c651d3fece1b38cab217c001d7b8). However now it doesn't update them (it keeps updating EN & FR versions though, and added EU language)
[08:42:51] <Bram> It's very likely a bug but not a known one, thx for reporting ❤️
[08:55:13] <Yunohost Git/Infra notifications> [apps] yunohost-bot opened [pull request #2208](https://github.com/YunoHost/apps/pull/2208): Translations update from Weblate for readme-generator
[09:02:36] <Salamandar> > can we get some swap space in `bookworm` runners? lack of RAM seems to be the only issue behind calckey incompatibility, installed just fine locally

Didn't i already add swap ?
[09:02:40] <Salamandar> Maybe on only one
[09:12:34] <orhtej2> > <@Salamandar:matrix.org> Didn't i already add swap ?

Here, perhaps it's `apps` vs `dev` https://ci-apps-bookworm-dev.yunohost.org/ci/job/349
[09:14:20] <Salamandar> I indeed added swap on apps-bookworm but not dev
[09:14:35] <Salamandar> let's try with zswap indeed
[09:14:49] <Salamandar> perf is better than swap
[09:15:56] <Salamandar> grmbl the scaleway kernel has a weird config, no zswap and no /proc/config.gz
[09:19:13] <orhtej2> https://piped.video/m9zhgDsd4P4?si=mkMBCWWwz-oNIdwk
[09:27:10] <Salamandar> 2GB swap created on bookworm-dev
[09:27:35] <Mateusz Szymański> restarted `calckey`...
[10:36:37] <Yunohost Git/Infra notifications> [apps] Salamandar pushed 1 commit to fix_logging_sender: Handle non existing executable for logging_sender.py ([eedabf6c](https://github.com/YunoHost/apps/commit/eedabf6c8bb37dfb48a0cb3fbff7486678d9a2c9))
[10:36:38] <Yunohost Git/Infra notifications> [apps] Salamandar created new branch fix_logging_sender
[10:37:09] <Yunohost Git/Infra notifications> [apps] Salamandar opened [pull request #2209](https://github.com/YunoHost/apps/pull/2209): Handle non existing executable for logging_sender.py
[10:43:24] <Yunohost Git/Infra notifications> [dokuwiki_ynh] Salamandar pushed 1 commit to master: Fix autoupdate.version_regex ([3c4e826f](https://github.com/YunoHost-Apps/dokuwiki_ynh/commit/3c4e826f01740efdf9459ef515012579e41db473))
[10:43:28] <Yunohost Git/Infra notifications> [dokuwiki_ynh] yunohost-bot pushed 1 commit to master: Auto-update READMEs ([7d8f135f](https://github.com/YunoHost-Apps/dokuwiki_ynh/commit/7d8f135f6d8a9ccefbf639f6f4fb908bac8810b3))
[10:51:53] <Salamandar> > <@Alekswag:matrix.org> uuuh but what is it going to notify apart that it failed ? 😅

i'm on it
[10:51:59] <Salamandar> i found out part of the issue
[10:52:14] <Salamandar> it's because they went from a "split repositories" organization to a unified repository recently
[10:52:28] <Salamandar> we still have frontend/backend but now it's a single download
[10:52:34] <Salamandar> so we're out of sync with them
[10:55:00] <Salamandar> The other part of the issue is that
[10:55:02] <Salamandar> https://aria.im/_matrix/media/v1/download/matrix.org/XfBewvMvVLFrqsTBUyZnxdSu
[10:55:24] <Salamandar> maybe using latest_gitea_tag instead of release to workaround the "pre-release" flag
[10:55:38] <Salamandar> Ah yes but
[10:55:52] <Salamandar> latest_gitea_release doesn't work with per-arch artifacts
[10:57:02] <Salamandar> because
` asset = {'amd64': 'tarball', 'i386': 'tarball', 'arm64': 'tarball', 'armhf': 'tarball'}`
but
`only asset = 'tarball' is supported`
grbml
[10:57:16] <Salamandar> so uh i don't have a solution for this clusterfuck
[10:58:15] <Salamandar> https://aria.im/_matrix/media/v1/download/matrix.org/ECfeAfhFhPdoLrxUjWwHEdKd
[11:01:33] <Salamandar> Also: now that we use tomlkit kinda everywhere, maybe we don't need to replace the data in the manifest in raw text mode ?
[22:16:28] <Émy - OniriCorpe> > <@m606:matrix.org> Also note that new autogenerated file `ALL_README.md` does not actually list all Readmes since IT & GL are not in the list

Yes it’s because those language translations are incomplete
[22:16:28] <Émy - OniriCorpe> > <@Bram_:matrix.org> It's very likely a bug but not a known one, thx for reporting ❤️

I think it’s just because those languages are incomplete because we fixed a typo in English
[22:20:40] <Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 18 commits to translate_apps ([6313439dc207...20c65d0d2213](https://github.com/YunoHost/apps/compare/6313439dc207...20c65d0d2213))
[22:20:40] <Yunohost Git/Infra notifications> [apps] github-actions[bot] pushed 1 commit to actions/black: :art: Format Python code with Black ([3dc954ef](https://github.com/YunoHost/apps/commit/3dc954ef5eba6980be2ae3fdb31a98ce72e74879))
[22:21:28] <Yunohost Git/Infra notifications> [apps] github-actions[bot] opened [pull request #2211](https://github.com/YunoHost/apps/pull/2211): Format Python code with Black
[22:21:28] <Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 1 commit to master: Handle non existing executable for logging_sender.py ([ffb3555d](https://github.com/YunoHost/apps/commit/ffb3555d7f927da198f37eb0a0c4d281111f7710))
[22:21:28] <Yunohost Git/Infra notifications> [apps] OniriCorpe approved [pull request #2209](https://github.com/YunoHost/apps/pull/2209#pullrequestreview-1974089004) Handle non existing executable for logging_sender.py
[22:21:28] <Yunohost Git/Infra notifications> [apps] Auto-merge has been enabled by OniriCorpe on [pull request #2211](https://github.com/YunoHost/apps/pull/2211): Format Python code with Black
[22:21:28] <Yunohost Git/Infra notifications> [apps] OniriCorpe merged [pull request #2209](https://github.com/YunoHost/apps/pull/2209): Handle non existing executable for logging_sender.py
[22:21:28] <Yunohost Git/Infra notifications> [apps] OniriCorpe deleted branch fix_logging_sender
[22:21:28] <Yunohost Git/Infra notifications> [apps/translate_apps] fix(translate_apps): the path to check if files existed was in the wrong PWD - Laurent Peuch
[22:21:28] <Yunohost Git/Infra notifications> [apps] OniriCorpe deleted branch autoupdate_prerelease
[22:21:28] <Yunohost Git/Infra notifications> [apps] OniriCorpe approved [pull request #2208](https://github.com/YunoHost/apps/pull/2208#pullrequestreview-1974093463) Translations update from Weblate for readme-generator
[22:21:28] <Yunohost Git/Infra notifications> [apps] OniriCorpe merged [pull request #2208](https://github.com/YunoHost/apps/pull/2208): Translations update from Weblate for readme-generator
[22:21:28] <Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 1 commit to master: Allow prereleases in autoupdater. Mainly to support Vikunja. ([58fef77d](https://github.com/YunoHost/apps/commit/58fef77debf9abcbdb0ea6aa4795265dfdf8588e))
[22:21:29] <Yunohost Git/Infra notifications> [apps] github-actions[bot] pushed 1 commit to actions/black: :art: Format Python code with Black ([928b2b7a](https://github.com/YunoHost/apps/commit/928b2b7a7b0e047ab94a7a0e2cb653d0b8bae5ca))
[22:21:29] <Yunohost Git/Infra notifications> [apps] OniriCorpe merged [pull request #2210](https://github.com/YunoHost/apps/pull/2210): Allow prereleases in autoupdater. Mainly to support Vikunja.
[22:21:29] <Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 1 commit to master: Translated readme-generator using Weblate (Galician) Currently translated at 100.0% (39 of 39 strings) Translation: Yu... ([1b0e80c8](https://github.com/YunoHost/apps/commit/1b0e80c835c6cbb095da3c24d526ed31e6d4fee8))
[22:21:29] <Yunohost Git/Infra notifications> [apps] github-actions[bot] pushed 1 commit to actions/black: :art: Format Python code with Black ([3a858fdf](https://github.com/YunoHost/apps/commit/3a858fdfa3e0bc87465a7409cf113adbdd83fe2c))
[22:21:34] <Yunohost Git/Infra notifications> [apps] github-actions[bot] created new branch actions/black
[22:22:47] <Yunohost Git/Infra notifications> [apps] Tagadda pushed 1 commit to master: antifeatures: add space after french titles (#2189) ([82d45708](https://github.com/YunoHost/apps/commit/82d45708def7bcbadff99b6d74498b16699841b6))
[22:22:47] <Yunohost Git/Infra notifications> [apps] Tagadda merged [pull request #2189](https://github.com/YunoHost/apps/pull/2189): antifeatures: add space after french titles
[22:22:48] <Yunohost Git/Infra notifications> [apps] github-actions[bot] pushed 1 commit to actions/black: :art: Format Python code with Black ([97bc4091](https://github.com/YunoHost/apps/commit/97bc4091af3017a8bf584c74064d6b30bee3bb4f))
[22:23:03] <Yunohost Git/Infra notifications> [apps] OniriCorpe merged [pull request #2211](https://github.com/YunoHost/apps/pull/2211): Format Python code with Black
[22:23:04] <Yunohost Git/Infra notifications> [apps] OniriCorpe approved [pull request #2211](https://github.com/YunoHost/apps/pull/2211#pullrequestreview-1974245719) Format Python code with Black
[22:23:04] <Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 1 commit to master: :art: Format Python code with Black ([d52a3adf](https://github.com/YunoHost/apps/commit/d52a3adf7e7297e57a91546a6e09ea351eead712))
[22:23:04] <Yunohost Git/Infra notifications> [apps] OniriCorpe deleted branch actions/black
[22:23:05] <Yunohost Git/Infra notifications> [apps] OniriCorpe labeled pending on [pull request #2174](https://github.com/YunoHost/apps/pull/2174): Move garradin to graveyard
[22:23:06] <Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 1 commit to add-to-wishlist-homepage: Add Homepage to wishlist ([82833f05](https://github.com/YunoHost/apps/commit/82833f05076030a159e11ce8edfd0f14726e0667))
[22:23:39] <Bram> > <@oniricorpe:im.emelyne.eu> I think it’s just because those languages are incomplete because we fixed a typo in English

I was expecting something like we forgot to update the code on the server
[22:23:39] <Yunohost Git/Infra notifications> App pihole goes down from level 6 to 3 in job [#25010](https://ci-apps.yunohost.org/ci/job/25010)
[22:23:59] <Émy - OniriCorpe> > <@yunohostinfra:matrix.org> App pihole goes down from level 6 to 3 in job [#25010](https://ci-apps.yunohost.org/ci/job/25010)

```
571189 WARNING E: Failed to fetch https://packages.sury.org/php/pool/main/p/php7.4/php7.4-mbstring_7.4.33-8%2b0%7e20230904.88%2bdebian11%7e1.gbp87c414_amd64.deb Connection failed [IP: 185.93.2.251 443]
571189 WARNING E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
```

restarted
[22:26:15] <Yunohost Git/Infra notifications> [apps] Salamandar opened [pull request #2212](https://github.com/YunoHost/apps/pull/2212): Add autoupdate.needs_manual_tweaks to manifest schema, unused for now.
[22:26:16] <Salamandar> Ah mince
[22:26:16] <Yunohost Git/Infra notifications> [apps] Salamandar pushed 1 commit to incomplete_autoupdate: Add autoupdate.needs_manual_tweaks to manifest schema, unused for now. It will be used in the future to print a custom ... ([eed6ee36](https://github.com/YunoHost/apps/commit/eed6ee36e11bad7a0d5cc1977e911b45d04f55fa))
[22:26:30] <Yunohost Git/Infra notifications> [apps] OniriCorpe [commented](https://github.com/YunoHost/apps/pull/2212#issuecomment-2032716337) on [issue #2212](https://github.com/YunoHost/apps/pull/2212) Add autoupdate.needs_manual_tweaks to manifest schema, unused for now.: its nice because i thought of this some days ago :"3
[22:26:45] <Aleks (he/him/il/lui)> did you accidentally ` d̵p̵k̵g̵-̵r̵e̵c̵o̵n̵f̵i̵g̵u̵r̵e̵ ̵s̵l̵a̵p̵d̵ git push` ? 😬
[22:26:45] <Aleks (he/him/il/lui)> did you accidentally d̵p̵k̵g̵-̵r̵e̵c̵o̵n̵f̵i̵g̵u̵r̵e̵ ̵s̵l̵a̵p̵d̵ `git push` ? 😬
[22:27:32] <Émy - OniriCorpe> > <@Alekswag:matrix.org> did you accidentally d̵p̵k̵g̵-̵r̵e̵c̵o̵n̵f̵i̵g̵u̵r̵e̵ ̵s̵l̵a̵p̵d̵ `git push` ? 😬

dcd
[22:40:36] <Yunohost Git/Infra notifications> [apps/package-not-maintained-rework] :art: Format Python code with Black - Tagadda
[22:40:36] <Yunohost Git/Infra notifications> [apps] github-actions[bot] pushed 1 commit to actions/toml: :art: Format TOML with Taplo ([7073d626](https://github.com/YunoHost/apps/commit/7073d6263eefebd44937d669e6b52f22cdb62293))
[22:40:36] <Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 1 commit to package-not-maintained-rework: uh no i got my merge wrong lol ([cdcc8ad7](https://github.com/YunoHost/apps/commit/cdcc8ad741a7e4cdbeee311372cecd571f787cd7))
[22:40:36] <Yunohost Git/Infra notifications> [apps] OniriCorpe deleted branch actions/toml
[22:40:36] <Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 382 commits to package-not-maintained-rework ([690b17ba0a4a...eeffa859b378](https://github.com/YunoHost/apps/compare/690b17ba0a4a...eeffa859b378))
[22:40:36] <Yunohost Git/Infra notifications> [apps] OniriCorpe edited [pull request #2101](https://github.com/YunoHost/apps/pull/2101): package-not-maintained needs a rework
[22:40:36] <Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 1 commit to package-not-maintained-rework: :art: Format TOML with Taplo ([b0df3a51](https://github.com/YunoHost/apps/commit/b0df3a518fb7e59fe2534a4e8050fbcdea9797cc))
[22:40:36] <Yunohost Git/Infra notifications> [apps/package-not-maintained-rework] antifeatures: add space after french titles (#2189) - OniriCorpe
[22:40:36] <Yunohost Git/Infra notifications> [apps] github-actions[bot] pushed 1 commit to actions/toml: :art: Format TOML with Taplo ([178d0cf9](https://github.com/YunoHost/apps/commit/178d0cf9ddafdebdfe8e4e103214476d2def6551))
[22:40:36] <Yunohost Git/Infra notifications> [apps/package-not-maintained-rework] Merge branch master into package-not-maintained-rework - OniriCorpe
[22:40:37] <Yunohost Git/Infra notifications> [apps] OniriCorpe merged [pull request #2213](https://github.com/YunoHost/apps/pull/2213): Format TOML with Taplo
[22:42:38] <Yunohost Git/Infra notifications> [apps] alexAubin dismissed review [pull request #1799](https://github.com/YunoHost/apps/pull/1799#pullrequestreview-1702968897): Add a Yunohost App Generator (alias Yologen)
[22:42:39] <Yunohost Git/Infra notifications> [apps] alexAubin just made [pull request #1799](https://github.com/YunoHost/apps/pull/1799) ready for review: Add a Yunohost App Generator (alias Yologen)
[22:42:39] <Yunohost Git/Infra notifications> [apps] dependabot[bot] created new branch dependabot/pip/tools/app_generator/jinja2-3.1.3
[22:42:39] <Yunohost Git/Infra notifications> [apps] dependabot[bot] pushed 1 commit to dependabot/pip/tools/app_generator/jinja2-3.1.3: Bump jinja2 from 3.1.2 to 3.1.3 in /tools/app_generator Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to ... ([aa735235](https://github.com/YunoHost/apps/commit/aa7352356ef82584b107aab85e1c93cb2311f01c))
[22:42:39] <Yunohost Git/Infra notifications> [apps] dependabot[bot] opened [pull request #2216](https://github.com/YunoHost/apps/pull/2216): Bump jinja2 from 3.1.2 to 3.1.3 in /tools/app_generator
[22:42:39] <Yunohost Git/Infra notifications> [apps] github-actions[bot] created new branch actions/black
[22:42:39] <Yunohost Git/Infra notifications> [apps] alexAubin merged [pull request #1799](https://github.com/YunoHost/apps/pull/1799): Add a Yunohost App Generator (alias Yologen)
[22:42:39] <Yunohost Git/Infra notifications> [apps] dependabot[bot] labeled dependencies on [pull request #2216](https://github.com/YunoHost/apps/pull/2216): Bump jinja2 from 3.1.2 to 3.1.3 in /tools/app_generator
[22:42:39] <Yunohost Git/Infra notifications> [apps/master] v0.9.1 - add translations - lapineige
[22:42:39] <Yunohost Git/Infra notifications> [apps] alexAubin approved [pull request #1799](https://github.com/YunoHost/apps/pull/1799#pullrequestreview-1975040015) Add a Yunohost App Generator (alias Yologen)
[22:42:39] <Yunohost Git/Infra notifications> [apps] alexAubin pushed 36 commits to master ([d52a3adf7e72...ff14b4ae1426](https://github.com/YunoHost/apps/compare/d52a3adf7e72...ff14b4ae1426))
[22:42:40] <Yunohost Git/Infra notifications> [apps/master] v0.9.1 - add translations (babel) - lapineige
[22:42:40] <Yunohost Git/Infra notifications> [apps] dependabot[bot] created new branch dependabot/pip/tools/app_generator/werkzeug-3.0.1
[22:42:40] <Yunohost Git/Infra notifications> [apps] dependabot[bot] pushed 1 commit to dependabot/pip/tools/app_generator/werkzeug-3.0.1: Bump werkzeug from 3.0.0 to 3.0.1 in /tools/app_generator Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.... ([84fd7bef](https://github.com/YunoHost/apps/commit/84fd7befcbd36de7f6fd3a9df68e8778903fe8aa))
[22:42:40] <Yunohost Git/Infra notifications> [apps] github-actions[bot] pushed 1 commit to actions/black: :art: Format Python code with Black ([61a2bba2](https://github.com/YunoHost/apps/commit/61a2bba2662eb87317916715843ec1b75b0b8fd1))
[22:42:40] <Yunohost Git/Infra notifications> [apps] dependabot[bot] labeled dependencies on [pull request #2215](https://github.com/YunoHost/apps/pull/2215): Bump werkzeug from 3.0.0 to 3.0.1 in /tools/app_generator
[22:42:40] <Yunohost Git/Infra notifications> [apps] dependabot[bot] opened [pull request #2215](https://github.com/YunoHost/apps/pull/2215): Bump werkzeug from 3.0.0 to 3.0.1 in /tools/app_generator
[22:42:40] <Yunohost Git/Infra notifications> [apps] github-actions[bot] opened [pull request #2214](https://github.com/YunoHost/apps/pull/2214): Format Python code with Black
[22:42:41] <Yunohost Git/Infra notifications> [apps] OniriCorpe approved [pull request #2216](https://github.com/YunoHost/apps/pull/2216#pullrequestreview-1975050454) Bump jinja2 from 3.1.2 to 3.1.3 in /tools/app_generator
[22:42:41] <Yunohost Git/Infra notifications> [apps] OniriCorpe approved [pull request #2215](https://github.com/YunoHost/apps/pull/2215#pullrequestreview-1975050674) Bump werkzeug from 3.0.0 to 3.0.1 in /tools/app_generator
[22:42:51] <Yunohost Git/Infra notifications> [apps] OniriCorpe pushed 37 commits to package-not-maintained-rework ([b0df3a518fb7...7bd3aa622147](https://github.com/YunoHost/apps/compare/b0df3a518fb7...7bd3aa622147))
[22:42:51] <Yunohost Git/Infra notifications> [apps/package-not-maintained-rework] v0.9.1 - add translations (babel) - lapineige