webxdc/xdcget
16
14
Fork
You've already forked xdcget
41

myswap: add author to app_id #284

Merged
missytake merged 1 commit from quickfix-myswap into main 2026年03月24日 12:07:05 +01:00

This should fix this crash:

Mar 24 10:52:37 bomba xstore-update.sh[2648566]: got release: [myswap] 1.0.7 2026年03月17日T18:05:39+01:00
Mar 24 10:52:37 bomba xstore-update.sh[2648566]: url: https://codeberg.org/lil5/myswap/releases/download/1.0.7/myswap.xdc
Mar 24 10:52:37 bomba xstore-update.sh[2648566]: cached: /home/xstore_testrun.org/xdcget/.cache/myswap-1.0.7.xdc
Mar 24 10:52:37 bomba xstore-update.sh[2648566]: Traceback (most recent call last):
Mar 24 10:52:37 bomba xstore-update.sh[2648566]: File "/home/xstore_testrun.org/.local/lib/xdcget.venv/bin/xdcget", line 7, in <module>
Mar 24 10:52:37 bomba xstore-update.sh[2648566]: sys.exit(main())
Mar 24 10:52:37 bomba xstore-update.sh[2648566]: ^^^^^^
Mar 24 10:52:37 bomba xstore-update.sh[2648566]: File "/home/xstore_testrun.org/.local/lib/xdcget.venv/lib/python3.11/site-packages/xdcget/main.py", line 118, in main
Mar 24 10:52:37 bomba xstore-update.sh[2648566]: args.func(args, out)
Mar 24 10:52:37 bomba xstore-update.sh[2648566]: File "/home/xstore_testrun.org/.local/lib/xdcget.venv/lib/python3.11/site-packages/xdcget/main.py", line 101, in update_cmd
Mar 24 10:52:37 bomba xstore-update.sh[2648566]: index.update_from_remote_repositories(
Mar 24 10:52:37 bomba xstore-update.sh[2648566]: File "/home/xstore_testrun.org/.local/lib/xdcget.venv/lib/python3.11/site-packages/xdcget/index.py", line 205, in update_from_remote_repositories
Mar 24 10:52:37 bomba xstore-update.sh[2648566]: author, _ = index_entry.app_id.split("-", maxsplit=1)
Mar 24 10:52:37 bomba xstore-update.sh[2648566]: ^^^^^^^^^
Mar 24 10:52:37 bomba xstore-update.sh[2648566]: ValueError: not enough values to unpack (expected 2, got 1)
This should fix this crash: ``` Mar 24 10:52:37 bomba xstore-update.sh[2648566]: got release: [myswap] 1.0.7 2026年03月17日T18:05:39+01:00 Mar 24 10:52:37 bomba xstore-update.sh[2648566]: url: https://codeberg.org/lil5/myswap/releases/download/1.0.7/myswap.xdc Mar 24 10:52:37 bomba xstore-update.sh[2648566]: cached: /home/xstore_testrun.org/xdcget/.cache/myswap-1.0.7.xdc Mar 24 10:52:37 bomba xstore-update.sh[2648566]: Traceback (most recent call last): Mar 24 10:52:37 bomba xstore-update.sh[2648566]: File "/home/xstore_testrun.org/.local/lib/xdcget.venv/bin/xdcget", line 7, in <module> Mar 24 10:52:37 bomba xstore-update.sh[2648566]: sys.exit(main()) Mar 24 10:52:37 bomba xstore-update.sh[2648566]: ^^^^^^ Mar 24 10:52:37 bomba xstore-update.sh[2648566]: File "/home/xstore_testrun.org/.local/lib/xdcget.venv/lib/python3.11/site-packages/xdcget/main.py", line 118, in main Mar 24 10:52:37 bomba xstore-update.sh[2648566]: args.func(args, out) Mar 24 10:52:37 bomba xstore-update.sh[2648566]: File "/home/xstore_testrun.org/.local/lib/xdcget.venv/lib/python3.11/site-packages/xdcget/main.py", line 101, in update_cmd Mar 24 10:52:37 bomba xstore-update.sh[2648566]: index.update_from_remote_repositories( Mar 24 10:52:37 bomba xstore-update.sh[2648566]: File "/home/xstore_testrun.org/.local/lib/xdcget.venv/lib/python3.11/site-packages/xdcget/index.py", line 205, in update_from_remote_repositories Mar 24 10:52:37 bomba xstore-update.sh[2648566]: author, _ = index_entry.app_id.split("-", maxsplit=1) Mar 24 10:52:37 bomba xstore-update.sh[2648566]: ^^^^^^^^^ Mar 24 10:52:37 bomba xstore-update.sh[2648566]: ValueError: not enough values to unpack (expected 2, got 1) ```
myswap: add author to app_id
Some checks failed
/ test (push) Failing after 36s
090afcc7ea
missytake deleted branch quickfix-myswap 2026年03月24日 12:07:06 +01:00
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
webxdc/xdcget!284
Reference in a new issue
webxdc/xdcget
No description provided.
Delete branch "quickfix-myswap"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?