makefile: update_todo: output gitea issue tags to TODO.md

- run make update_todo
This commit is contained in:
nodiscc
2021-10-25 19:01:12 +02:00
parent b28480839c
commit 8a258f9403
2 changed files with 51 additions and 54 deletions

View File

@@ -95,7 +95,7 @@ update_todo:
git clone https://github.com/bashup/gitea-cli gitea-cli git clone https://github.com/bashup/gitea-cli gitea-cli
echo '<!-- This file is automatically generated by "make update_todo" -->' >| doc/md/TODO.md echo '<!-- This file is automatically generated by "make update_todo" -->' >| doc/md/TODO.md
echo -e "\n### nodiscc/debian-live-config\n" >> doc/md/TODO.md; \ echo -e "\n### nodiscc/debian-live-config\n" >> doc/md/TODO.md; \
./gitea-cli/bin/gitea issues baron/debian-live-config | jq -r '.[] | "- #\(.number) - \(.title) - `\(.milestone.title)`"' | sed 's/ - `null`//' >> doc/md/TODO.md; \ ./gitea-cli/bin/gitea issues baron/debian-live-config | jq -r '.[] | "- #\(.number) - \(.title) - **`\(.milestone.title // "-")`** `\(.labels | map(.name) | join(","))`"' | sed 's/ - `null`//' >> doc/md/TODO.md; \
rm -rf gitea-cli rm -rf gitea-cli
doc: install_dev_docs doc_md doc_html doc: install_dev_docs doc_md doc_html

View File

@@ -2,56 +2,53 @@
### nodiscc/debian-live-config ### nodiscc/debian-live-config
- #83 - bullseye: don't display cookie autodelete welcome page on firefox first startup - #86 - Use apt instead of wget to download extra .deb packages (verify integrity/authenticity) - **`-`** `enhancement,security,tools`
- #81 - associate `.deb` files with `pkcon install-local` - #85 - "Use whole disk with encrypted LVM" disk partitioning scheme in Debian installer results in unbootable system - **`-`** `boot,bug,installer`
- #79 - WIP preseed keyboard-configuration - #84 - Boot in legacy BIOS mode fails with `Failed to load COM32 file vesamenu.c32` - **`-`** `boot,bug`
- #78 - WIP: replace pulseaudio audio server with pipewire - `gamemode` - #83 - bullseye: don't display cookie autodelete welcome page on firefox first startup - **`-`** `enhancement`
- #77 - test compatibility with popular proprietary communication software? - #81 - associate `.deb` files with `pkcon install-local` - **`-`** `feature`
- #75 - [bullseye] makefile.extras: fetch lutris package from bullseye repository - #79 - WIP preseed keyboard-configuration - **`-`** `question`
- #74 - [bullseye] bootloader: language selection missing form boot menu in UEFI mode - #78 - WIP: replace pulseaudio audio server with pipewire - **`-`** `enhancement,maintenance`
- #72 - Re-add xfce4-notes-plugin - #77 - test compatibility with popular proprietary communication software? - **`-`** `question`
- #69 - Preinstall AMDGPU drivers? - #72 - Re-add xfce4-notes-plugin - **`-`** `enhancement,packaging`
- #68 - (optional) install signal-desktop? - #69 - Preinstall AMDGPU drivers? - **`-`** `enhancement,question`
- #67 - Check additional packages - #68 - (optional) install signal-desktop? - **`-`** `feature,question`
- #65 - switch build system to mmdebstrap? - `12.0.0` - #67 - Check additional packages - **`-`** `enhancement,question`
- #64 - add tartube - #65 - switch build system to mmdebstrap? - **`-`** `enhancement,question,tools`
- #63 - Makefile.extras: add a script to check for common issues - `12.0.0` - #64 - add tartube - **`-`** `feature,packaging`
- #62 - Offline maps and routing - #63 - Makefile.extras: add a script to check for common issues? - **`-`** `feature,question,tools`
- #61 - add gaming-related packages/configuration? - #62 - Offline maps and routing - **`-`** `question`
- #60 - integrate semi-automatic/desktop-friendly oldstable -> stable uprade mechanism - #61 - add gaming-related packages/configuration? - **`-`** `feature,games,question`
- #59 - WIP: build ISO for i386 architecure - #60 - integrate semi-automatic/desktop-friendly oldstable -> stable uprade mechanism - **`-`** `question`
- #58 - WIP: preconfigure thunderbird - #59 - WIP: build ISO for i386 architecure - **`-`** `enhancement,tools`
- #57 - Enable DXVK? - #58 - WIP: preconfigure thunderbird - **`-`** `configuration,enhancement`
- #56 - lutris: verify package integrity/authenticity with GPG signatures - #57 - Enable DXVK? - **`-`** `feature,games,question`
- #54 - Add gamemode? - `gamemode` - #52 - Document default keyboard shortcuts - **`-`** `documentation`
- #52 - Document default keyboard shortcuts - #51 - "Login without password" checkbox in users-admin is greyed out - **`-`** `enhancement`
- #51 - "Login without password" checkbox in users-admin is greyed out - `gamemode` - #50 - Add a visual keyboard - **`-`** `feature`
- #50 - Add a visual keyboard - #48 - Replace gnome-clocks with better alarm software - **`-`** `question`
- #49 - Add a color picker - #46 - Investigate other interesting packages - **`-`** `question`
- #48 - Replace gnome-clocks with better alarm software - #45 - System-wide support for DNS-over-HTTPS/TLS - **`-`** `feature,security`
- #46 - Investigate other interesting packages - #44 - add cron GUI - **`-`** `feature`
- #45 - System-wide support for DNS-over-HTTPS/TLS - #43 - add ./play.it - **`-`** `feature`
- #44 - add cron GUI - #42 - firefox: display bookmarks/personal toolbar by default - **`-`** `enhancement`
- #43 - add ./play.it - #41 - add thunar custom action to open text files as root - **`-`** `feature`
- #42 - firefox: display bookamrks toolbar by default - #38 - Language selection missing from GRUB live boot menu in UEFI mode - **`3.0.1`** `boot,bug,configuration`
- #41 - add thunar custom action to open text files as root - #35 - test accessing samba shares - **`-`** `feature`
- #38 - Languages are not shown on the EFI boot menu - `3.0.1` - #33 - Some .desktop launchers are not localized in xfce4-whiskermenu-plugin - **`-`** `bug,l10n/a11y`
- #35 - test accessing samba shares - #30 - Add a graphical interface to enable/disable systemd services - **`-`** `enhancement`
- #33 - Some .desktop launchers are not localized in xfce4-whiskermenu-plugin - #27 - Replace laptop-mode-tools with tlp? - **`-`** `configuration,enhancement,performance,question`
- #30 - No GUI for services configuration - #25 - Add Android emulator - **`-`** `feature`
- #27 - Replace laptop-mode-tools with tlp? - `12.0.0` - #20 - Enable IPv6 support - **`-`** `feature`
- #25 - Add Android emulator - #19 - installer: preseed "full user name" question to match the linux username - **`-`** `enhancement,tools`
- #21 - default choice/path for grub install disk leads to error - #18 - thunderbird: add default addons/harden configuration - **`-`** `configuration,enhancement`
- #20 - Enable IPv6 support - #15 - nvidia optimus support - **`-`** `feature`
- #19 - installer: preseed "full user name" question to match the linux username - `12.0.0` - #14 - measure impact of irqbalance, remove it? Edit - **`-`** `enhancement,performance`
- #18 - thunderbird: add default addons/harden configuration - #13 - Add a remote desktop service/viewer - **`-`** `feature`
- #15 - nvidia optimus support - #9 - add a package list for audio workstations - **`-`** `feature`
- #14 - measure impact of irqbalance, remove it? Edit - #8 - Display more items in xfce4-settings-manager - **`-`** `configuration,enhancement`
- #13 - Add a remote desktop service/viewer - #7 - add live system persistence - **`-`** `feature`
- #9 - add a package list for audio workstations - #5 - Improve apparmor sandboxing - **`-`** `enhancement,security`
- #8 - Display more items in xfce4-settings-manager - #4 - installer: preseed "domain name" installer question to None - **`-`** `enhancement,tools`
- #7 - add live system persistence - #2 - improve OOM handling - **`-`** `enhancement,performance`
- #5 - Improve apparmor sandboxing - #1 - Add Ulauncher - **`-`** `feature`
- #4 - installer: preseed "domain name" installer question to None - `12.0.0`
- #2 - improve OOM handling
- #1 - Add Ulauncher