Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-10Merge pull request #537 from archlinux/torxed-fix-517Anton Hvornum
Introduces the use of HTTP mirrors additionally
2021-06-10Merge pull request #538 from archlinux/torxed-fix-536Anton Hvornum
Attempt to fix issue regarding broken output
2021-06-10Merge pull request #568 from dylanmtaylor/patch-1Anton Hvornum
Only run publish_pypi when a tag is created on the master branch
2021-06-10Only run publish_pypi when a tag is created on the master branchDylan M. Taylor
2021-06-10Merge pull request #565 from dylanmtaylor/patch-1Anton Hvornum
Exit codes are an 8 bit value and could be 0 through 255
2021-06-10Exit codes are an 8 bit value and could be 0 through 255Dylan M. Taylor
We also don't need to check the exit code - this message should just be displayed if we are not root
2021-06-10Merge pull request #562 from dylanmtaylor/hide-requires-root-if-rootAnton Hvornum
Only print requires root messages if effective user id is not root
2021-06-10Merge pull request #559 from dylanmtaylor/patch-1Anton Hvornum
Proposal: Split Nvidia so that there are two options for it
2021-06-10Merge pull request #548 from dylanmtaylor/umount-before-mklabelAnton Hvornum
Try to solve issue with mklabel while partitions are mounted.
2021-06-10Merge pull request #561 from dylanmtaylor/port-workspaces-gitlab-ciAnton Hvornum
Initial port of GitHub Actions to GitLab CI/CD
2021-06-09Only print requires root messages if effective user id is not rootDylan Taylor
2021-06-09Initial port of GitHub workspaces to GitLab CI/CDDylan Taylor
2021-06-09Try to unmount devices before attempting to run mklabelDylan M. Taylor
2021-06-09Split Nvidia so that there are two options for itDylan M. Taylor
This makes selecting an Nvidia driver simpler and makes it apparent that we support both open-source and proprietary from the initial selection.
2021-06-09Merge pull request #558 from JakobDev/cutefishAnton Hvornum
Add Cutefish profile
2021-06-09Linter hates on us if there's no comma at the endAnton Hvornum
2021-06-09Remove cutefish from desktop.pyJakobDev
2021-06-07Use group instead of package listJakobDev
2021-06-07Add noto-fonts to package listJakobDev
2021-06-07Add Cutefish profileJakobDev
2021-06-07Merge pull request #555 from m1ten/patch-3Anton Hvornum
version bump v2.3.0.dev0
2021-06-06version bump v2.3.0.dev0m1ten
2021-06-03Merge pull request #546 from dylanmtaylor/patch-1Anton Hvornum
Attempt to avoid crashing when encountering swap partitions in has_content
2021-06-03Attempt to avoid crashing when encountering swap partitions in has_content()Dylan M. Taylor
2021-06-03Merge pull request #542 from dylanmtaylor/bootloader-directory-creationAnton Hvornum
Add some safeguards to create directories before writing files
2021-06-03Add some safeguards to create directories before writing filesDylan Taylor
2021-06-03Merge pull request #539 from archlinux/torxed-improve-loggingAnton Hvornum
Adding --debug and other log enhancements
2021-06-03Merge pull request #543 from dylanmtaylor/hardware-detectionAnton Hvornum
Add additional hardware debugging functions
2021-06-02Clean up graphics driver outputDylan Taylor
2021-06-02Fix my Quadro T1000 not being detectedDylan Taylor
2021-06-02Add graphics device listingDylan Taylor
2021-06-02Add hardware logging to beginning of installationDylan Taylor
2021-06-02Add additional hardware functionsDylan Taylor
2021-06-02Wrong variable nameAnton Hvornum
2021-06-02Merge pull request #540 from dylanmtaylor/descriptionAnton Hvornum
Add a description to top-level profile listing
2021-06-02Remove line explaining desktop profileDylan Taylor
2021-06-02Add description to profile listingDylan Taylor
2021-06-02Adding more granular debuggingAnton Hvornum
2021-06-02Attempt to fix issue regarding broken outputAnton Hvornum
Since pacman and some other commands these days write multiple lines and goes back and fourth, it's not reliable to say the "peaked" line is a single line. And if it's not, it will make the output look like garbage. So instead, we'll write any output - as is - and let the command deal with fancy printing.
2021-06-02Added docstringsAnton Hvornum
2021-06-01Windows fix + Sorting based on listAnton Hvornum
This fix introduces changes so that development can be done (and tested) on other platforms than Linux. This is a convenience fix and shouldn't break anything (simply a few Linux-specific imports that have moved into the functions where they are used). This commit also introduces sorting based on a list of priorities (where the default will be last if not matched).
2021-06-01Added a tribute logoAnton Hvornum
Used in discord and other social gatherings.
2021-06-01Introduces HTTP mirror selectionAnton Hvornum
2021-06-01Merge pull request #535 from dylanmtaylor/patch-4Anton Hvornum
Remove comment that no longer applies
2021-05-31Remove comment that no longer appliesDylan M. Taylor
2021-05-31Removed Libera chat challenge as per requestAnton Hvornum
2021-05-31Merge pull request #531 from Kibouo/masterAnton Hvornum
Fix typo in error msg
2021-05-31PR #534: Fixes hardcoded kernels in boot config for systemdAnton Hvornum
Fixing hardcoded kernel in boot-config
2021-05-31Moved return logic to not abort the iteration of kernels.Anton Hvornum
2021-05-31Fixed a plugin issue where there are no plugins found.Anton Hvornum