[Pkg-privacy-commits] [tails-installer] 03/24: Change the arch order (#811)
anonym
anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:14:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
anonym-tails-guest pushed a commit to annotated tag 3.12.1
in repository tails-installer.
commit 8abe99e9cff41bc6ebcf9b64c1112cb8b7c8d2aa
Author: Luke Macken <lmacken at redhat.com>
Date: Tue Feb 5 19:25:37 2013 -0500
Change the arch order (#811)
---
liveusb/releases.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/liveusb/releases.py b/liveusb/releases.py
index b483d7b..138d7b9 100644
--- a/liveusb/releases.py
+++ b/liveusb/releases.py
@@ -3,7 +3,7 @@ from urlgrabber import urlread
from urlgrabber.grabber import URLGrabError
FEDORA_RELEASES = 'http://dl.fedoraproject.org/pub/fedora/linux/releases/'
-ARCHES = ('i386', 'i686', 'x86_64')
+ARCHES = ('x86_64', 'i686', 'i386')
# A backup list of releases, just in case we can't fetch them.
fedora_releases = [
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git
More information about the Pkg-privacy-commits
mailing list