|
45 | AUR Package | Backend / Core | Bug Report | Low | [Zandronum] No .desktop file | Researching | |
Task Description
Hey, there's no desktop file in /usr/share/applications for Zandronum, launching from the terminal is kinda a pain in the ass. |
|
16 | AUR Package | Backend / Core | Bug Report | Critical | [phrasendrescher] failure to build with OpenSSL 1.1.0 | Researching | |
Task Description
AUR package phrasendrescher fails to build when OpenSSL 1.1.0 is installed because SSL_library_init() was replaced with OPENSSL_init_ssl(). See https://wiki.openssl.org/index.php/Library_Initialization#Autoconf for a potential fix. |
|
2 | AUR Package | Backend / Core | Bug Report | Low | [freeswitch-lite] trim down | New | |
Task Description
work with co-maintainers to trim-down to a more lightweight build, do some ARM detection, etc. |
|
47 | AUR Package | Backend / Core | Feature Request | Low | nmtree: add !makeflags | Unconfirmed | |
Task Description
Hi, could you add options=('!makeflags') to nmtree?
I'm building on a shared server, where MAKEFLAGS="-j24 -l24" is used. As bmake does not support -l, the build fails. |
|
3 | AUR_pkg Scripts | Backend / Core | Feature Request | Low | Change date formating in readme | Assigned | |
Task Description
Change the date formating in the README file to conform with ISO 8601 |
|
11 | AIF-NG | Client/Agent | Feature Request | Low | needs de-linting | Assigned | |
Task Description
per Foxboron in #archlinux today around 1704EST5EDT, should be more PEP8 compliant. should be a simple fix; just try chucking through autopep8 first and then see if ERIC IDE complains further (it does some additional syntax checking beyond PEP8). |
|
9 | AIF-NG | Client/Agent | Feature Request | Very Low | google groups or someother mailing list | Unconfirmed | |
Task Description
Would it be possible to use google groups as a mailing for discussions instead of Arch's. |
|
14 | AIF-NG | Client/Agent | Bug Report | Medium | change to os.path.join() where relevant | Unconfirmed | |
Task Description
found error while running aif
File "/usr/lib/python3.6/shutil.py", line 257, in copy2
copyfile(src,dst,follow_symlinks=follow_symlinks)
File "/usr/lib/python3.6/shutil.py", line 104, in copyfile
raise SameFileError("{!r} and {!r} are the same file".format(src, dist))
shutil.SameFileError: '/mnt/boot/vmlinuz-linux' and '/mnt/boot/vmlinuz-llinux'
NOTE: this ticket has been requested to be closed:
"Reason for request: Problem was cause of trailing slash, can be fixed by removing it. removing trailing slash needs to be added in source code for AIF-NG to make it more rebust "
AIF should be modified to use os.path.join() wherever possible. |
|
10 | AIF-NG | Client/Agent | Feature Request | Low | aifclient.py is too monolithic | New | |
Task Description
#archlinux on 06.21.2017 (times in EST5EDT):
17:04:21 < Foxboron> r00t^2: It's unmaintable inn the current state :p 200 lines methods needs to be gone. Follow PEP8
...
17:05:29 < r00t^2> Foxboron: hrm. yeah, i can separate it out into something more modular for the client, but my reasoning for keeping it in a single script was mainly to aid releng
so split large methods into smaller ones, and use more wrapper funcs. |
|
43 | BDisk | Core | Feature Request | Very Low | use Accept-Ranges: bytes for tarball/other downloads | Researching | |
Task Description
(recv'd via email)
currently if a download fails, one has to scrap the download and start anew.
see if urllib supports byteranges and if it does, we need to figure out the best way to manage a failed download from a process standpoint. |
|
39 | BDisk | Core | Bug Report | High | UEFI broken | Assigned | |
Task Description
can no longer find loader.efi. probably some change made upstream in the systemd-boot package or whatever it's called that contains it. |
|
24 | BDisk | Core | Feature Request | Medium | Run without root | Researching | |
Task Description
Please make it so bdisk will run without root. |
|
40 | BDisk | Core | Feature Request | Low | Feature Request: add ISO overlay | Assigned | |
Task Description
I have a feature request, add an overlay for the iso file system. Needed to support memtest86+, intel microcode and other boot time options. |
|
7 | BDisk | Core | Bug Report | Medium | ensure deps are correct | Assigned | |
Task Description
i think i need to re-examine some of my imports. namely, e.g. don't import gpgme if gpg's disabled in the config, etc. |
|
5 | BDisk | Core | Bug Report | Low | cross-distro, freebsd support | New | |
Task Description
the majority (with the exception of centos not having libisoburn?) of other distros should work just fine assuming all the prereqs are installed. however, it'd be useful to see if we could get freebsd native support- or at least test it. i doubt it'd work because of the chroot pivoting in bchroot.py, but it'd be interesting to see. |
|
34 | BDisk | Core | Feature Request | Low | Add build time support for only completeing single phas... | Assigned | |
Task Description
Add a build time option for only completing one phase of the build process at a time
For example: I would like be able to build the chroot without compiling the final .iso. I would also like to compile the final .iso from a previously build chroot without having to re-install the chroot. I would like to do this so I can work on the overlay without having to do a re-install. This would greatly speed up testing and debugging. Also, being able to install the base chroot without compiling the rest would aid in development. Just a design time decision to consider |
|
44 | BDisk | Documentation | Bug Report | Very Low | Add notes on providing manually-downloaded tarballs | Assigned | |
Task Description
Add a mini-howto under the Advanced Customization section on how to provide a manually/externally-downloaded tarball. |