Home
Packages
Forums
Bugs
Mailing List
Download
Arch Linux Official
Send patches - preferably formatted by
git format-patch
- to
patches at archlinux32 dot org
.
index
:
archinstall32
master
upstreamMaster
Archlinux32 installer
gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
archinstall
/
lib
/
pacman
/
repo.py
blob: 7a461431d3c50d91d6ace2cf8aca23e6c0f3af1e (
plain
)
1
2
3
4
5
from enum import Enum class Repo(Enum): Multilib = "multilib" Testing = "testing"