blob: 9af15e99fa9e605ab46f4eb2f97c6dfe494c588f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
#############################################
# This is a list of valid profiles for each architecture. This file is used by
# repoman when doing a repoman scan or repoman full.
# DO NOT ADD PROFILES WITH A "die" or "exit" IN THEM OR IT KILLS REPOMAN
#
#layout:
#arch profile_directory status
# Alpha Profiles
#alpha default-linux/alpha/2005.0 stable
alpha default-linux/alpha/2006.0 stable
alpha default-linux/alpha/no-nptl stable
alpha default-linux/alpha/no-nptl/2.4 stable
# AMD64 Profiles
amd64 default-linux/amd64/2006.0 stable
amd64 default-linux/amd64/2006.0/no-symlinks dev
amd64 default-linux/amd64/2006.0/no-multilib stable
# I have commented this profile for the following reason:
# <blubb> it doesn't work with a normal stage tarball and will break within 5
# minutes for sure
#amd64 default-linux/amd64/2006.0/32bit-userland dev
# ARM Profiles
arm default-linux/arm/2004.3 stable
# HPPA Profiles
hppa default-linux/hppa/2005.0 stable
# IA64 Profiles
#ia64 default-linux/ia64/2005.0 stable
ia64 default-linux/ia64/2006.0 stable
# M68K Profiles
m68k default-linux/m68k dev
# MIPS Profiles
#mips default-linux/mips/2004.2 stable
#mips default-linux/mips/2005.0 stable
mips default-linux/mips/2006.0 stable
# PPC32 Profiles
#ppc default-linux/ppc/ppc32 dev
ppc default-linux/ppc/ppc32/2006.0 stable
#ppc default-linux/ppc/ppc32/2006.0/G3 stable
#ppc default-linux/ppc/ppc32/2006.0/G4 stable
#ppc default-linux/ppc/ppc32/2006.0/G3/Pegasos stable
#ppc default-linux/ppc/ppc32/2006.0/G4/Pegasos stable
# PPC64 Profiles
#ppc64 default-linux/ppc64/2005.0 stable
#ppc64 default-linux/ppc/ppc64 dev
#ppc64 default-linux/ppc/ppc64/2006.0/32bit-userland stable
ppc64 default-linux/ppc/ppc64/2006.0/64bit-userland stable
#ppc64 default-linux/ppc/ppc64/2006.0/multilib dev
# PPC Mac OS X Profiles
ppc-macos default-darwin/macos/10.4 dev
# S/390 Profiles
s390 default-linux/s390/2006.0 stable
# SuperH Profiles
sh default-linux/sh dev
# SPARC Profiles
#sparc default-linux/sparc/sparc32/2006.0/2.4 dev
sparc default-linux/sparc/sparc64/2006.0/2.4 stable
# x86 Profiles
#x86 default-linux/x86/2005.0 stable
#x86 default-linux/x86/2005.1 stable
x86 default-linux/x86/2006.0 stable
x86 default-linux/x86/no-nptl stable
x86 default-linux/x86/no-nptl/2.4 stable
x86 default-linux/x86/2006.1/desktop dev
#x86 default-linux/x86/2006.1/server dev
# Gentoo/FreeBSD Profiles
x86-fbsd default-bsd/fbsd/6.1/x86 dev
# hardened multiarch profiles
amd64 hardened/amd64 stable
amd64 hardened/amd64/multilib stable
ppc hardened/ppc dev
ppc64 hardened/ppc64 dev
x86 hardened/x86 stable
x86 hardened/x86/2.6 stable
# uclibc/embedded multiarch profiles
#amd64 uclibc/amd64 dev
#arm uclibc/arm dev
#arm uclibc/arm/2.4 dev
#mips uclibc/mips dev
#mips uclibc/mips/hardened dev
#ppc uclibc/ppc dev
#ppc uclibc/ppc/2.4 dev
#ppc uclibc/ppc/hardened dev
#ppc uclibc/ppc/hardened/2.4 dev
#sh uclibc/sh dev
#sh uclibc/sh/2.4 dev
#x86 uclibc/x86 dev
#x86 uclibc/x86/2.4 dev
#x86 uclibc/x86/2005.1 dev
#x86 uclibc/x86/2005.1/2.4 dev
#x86 uclibc/x86/hardened dev
#x86 uclibc/x86/hardened/2.4 dev
|