Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37829995
en ru br
ALT Linux repos
S:1.0-alt3

Group :: System/Configuration/Packaging
RPM: altlinux-repos

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

altlinux-repos-0.3/000075500000000000000000000000001230111662500143355ustar00rootroot00000000000000altlinux-repos-0.3/.gitignore000064400000000000000000000001151230111662500163220ustar00rootroot00000000000000states/*.list
states/*.state
states/*.html
data/sources.list.d
.compatlist


altlinux-repos-0.3/functions000064400000000000000000000001631230111662500162700ustar00rootroot00000000000000#!/bin/sh

mirrordir=mirrors
repositorydir=repositories

. shell-config

meta()
{
shell_config_get "$1" "$2"
}
altlinux-repos-0.3/mirrors/000075500000000000000000000000001230111662500160325ustar00rootroot00000000000000altlinux-repos-0.3/mirrors/alt.desktop000064400000000000000000000004431230111662500202060ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ftp.altlinux.org
Comment=ALT Linux, Moscow
X-Country=ru
X-FTP-URI=ftp://ftp.altlinux.org/pub/distributions/ALTLinux
X-HTTP-URI=http://ftp.altlinux.org/pub/distributions/ALTLinux
X-RSYNC-URI=rsync://ftp.altlinux.org/ALTLinux
altlinux-repos-0.3/mirrors/heanet.desktop000064400000000000000000000004411230111662500206700ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ftp.heanet.ie
Comment=HEAnet, Ireland
X-Country=ie
X-FTP-URI=ftp://ftp.heanet.ie/mirrors/ftp.altlinux.org
X-HTTP-URI=http://ftp.heanet.ie/mirrors/ftp.altlinux.org
X-RSYNC-URI=rsync://ftp.heanet.ie/mirrors/ftp.altlinux.org
altlinux-repos-0.3/mirrors/ibiblio.desktop000064400000000000000000000007041230111662500210370ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ibiblio.org
Comment=public's library and digital archive, United States
X-Country=us
X-Repositories=branch-5.0;server-full-5.0;server-main-5.0;desktop-full-5.0;desktop-main-5.0;updates-5.0;daedalus
X-FTP-URI=ftp://ibiblio.org/pub/linux/distributions/altlinux
X-HTTP-URI=http://distro.ibiblio.org/pub/linux/distributions/altlinux
X-RSYNC-URI=rsync://distro.ibiblio.org/distros/altlinux
altlinux-repos-0.3/mirrors/ipsl.desktop000064400000000000000000000005511230111662500203750ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=distrib-coffee.ipsl.jussieu.fr
Comment=Institut Pierre Simon Laplace, France
X-Country=fr
X-FTP-URI=ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/altlinux
X-HTTP-URI=http://distrib-coffee.ipsl.jussieu.fr/pub/linux/altlinux
X-RSYNC-URI=rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/altlinux
altlinux-repos-0.3/mirrors/kiev.desktop000064400000000000000000000004111230111662500203570ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ftp.linux.kiev.ua
Comment=Kiev, Ukraine
X-Country=ua
X-FTP-URI=ftp://ftp.linux.kiev.ua/pub/Linux/ALT
X-HTTP-URI=http://ftp.linux.kiev.ua/pub/Linux/ALT
X-RSYNC-URI=rsync://ftp.linux.kiev.ua/ALTLinux
altlinux-repos-0.3/mirrors/yandex.desktop000064400000000000000000000003741230111662500207210ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=mirror.yandex.ru
Comment=Yandex, Moscow
X-Country=ru
X-FTP-URI=ftp://mirror.yandex.ru/altlinux
X-HTTP-URI=http://mirror.yandex.ru/altlinux
X-RSYNC-URI=rsync://mirror.yandex.ru/altlinux
altlinux-repos-0.3/mkstates000075500000000000000000000012671230111662500161240ustar00rootroot00000000000000#!/bin/sh -eu

statedir=states

. functions

mkdir -p -- "$statedir"
for r in $repositorydir/*.desktop;do
[ "$(meta "$r" X-Mirror)" = "no" ] && continue

rname="${r##*/}"
rname="${rname%%.desktop}"
fname="$statedir/$rname.list"

for m in "$mirrordir"/*; do
mcountry="$(meta "$m" X-Country)"
mrepo=";$(meta "$m" X-Repositories);"
[ -n "$mcountry" ] || mcountry="ru"

[ "$mrepo" = ";;" -o -z "${mrepo##*;$rname;*}" ] || continue

rpath="$(meta "$r" X-Path)"
for mirror in \
$(meta "$m" X-FTP-URI) $(meta "$m" X-HTTP-URI) $(meta "$m" X-RSYNC-URI);do
printf '%s %s%s\n' "$mcountry" "$mirror" "$rpath"
done
done >"$fname"
[ -s "$fname" ] || rm -f "$fname"
done
altlinux-repos-0.3/repositories/000075500000000000000000000000001230111662500170645ustar00rootroot00000000000000altlinux-repos-0.3/repositories/branch-4.0.desktop000064400000000000000000000003361230111662500222150ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux 4.0 stable branch
Name[ru]=Стабильная ветка ALT Linux 4.0
X-Sign=updates
X-Path=/4.0/branch
X-Has-Noarch=yes
X-Components=classic
altlinux-repos-0.3/repositories/branch-4.1.desktop000064400000000000000000000003361230111662500222160ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux 4.1 stable branch
Name[ru]=Стабильная ветка ALT Linux 4.1
X-Sign=updates
X-Path=/4.1/branch
X-Has-Noarch=yes
X-Components=classic
altlinux-repos-0.3/repositories/branch-5.0.desktop000064400000000000000000000003361230111662500222160ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux 5.0 stable branch
Name[ru]=Стабильная ветка ALT Linux 5.0
X-Sign=updates
X-Path=/5.0/branch
X-Has-Noarch=yes
X-Components=classic
altlinux-repos-0.3/repositories/branch-5.1.desktop000064400000000000000000000003361230111662500222170ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux 5.1 stable branch
Name[ru]=Стабильная ветка ALT Linux 5.1
X-Sign=updates
X-Path=/5.1/branch
X-Has-Noarch=yes
X-Components=classic
altlinux-repos-0.3/repositories/desktop-full-4.0.desktop000064400000000000000000000003601230111662500233660ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux 4.0 Desktop with addons
Name[ru]=ALT Linux 4.0 Desktop с дополнениями
X-Sign=desktop
X-Path=/4.0/Desktop/current
X-Has-Noarch=no
X-Components=classic
altlinux-repos-0.3/repositories/desktop-full-4.1.desktop000064400000000000000000000003601230111662500233670ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux 4.1 Desktop with addons
Name[ru]=ALT Linux 4.1 Desktop с дополнениями
X-Sign=desktop
X-Path=/4.1/Desktop/current
X-Has-Noarch=no
X-Components=classic
altlinux-repos-0.3/repositories/desktop-main-4.0.desktop000064400000000000000000000002621230111662500233510ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux 4.0 Desktop
X-Sign=desktop
X-Path=/4.0/Desktop/current
X-Has-Noarch=no
X-Components=main
X-Mirror=no
altlinux-repos-0.3/repositories/desktop-main-4.1.desktop000064400000000000000000000002621230111662500233520ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux 4.1 Desktop
X-Sign=desktop
X-Path=/4.1/Desktop/current
X-Has-Noarch=no
X-Components=main
X-Mirror=no
altlinux-repos-0.3/repositories/p5.desktop000064400000000000000000000003011230111662500207750ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux Platform 5
Name[ru]=Пятая платформа
X-Sign=p5
X-Path=/p5/branch
X-Has-Noarch=yes
X-Components=classic
altlinux-repos-0.3/repositories/p6.desktop000064400000000000000000000003231230111662500210020ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux Platform 6
Name[ru]=Шестая платформа
X-Sign=p6
X-Path=/p6/branch
X-Has-Noarch=yes
X-Components=classic
X-Has-Arepo=yes
altlinux-repos-0.3/repositories/p7.desktop000064400000000000000000000003251230111662500210050ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux Platform 7
Name[ru]=Седьмая платформа
X-Sign=p7
X-Path=/p7/branch
X-Has-Noarch=yes
X-Components=classic
X-Has-Arepo=yes
altlinux-repos-0.3/repositories/server-full-4.0.desktop000064400000000000000000000003561230111662500232300ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux 4.0 Server with addons
Name[ru]=ALT Linux 4.0 Server с дополнениями
X-Sign=security
X-Path=/4.0/Server/current
X-Has-Noarch=no
X-Components=classic
altlinux-repos-0.3/repositories/server-full-5.0.desktop000064400000000000000000000003561230111662500232310ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux 5.0 Server with addons
Name[ru]=ALT Linux 5.0 Server с дополнениями
X-Sign=security
X-Path=/5.0/Server/current
X-Has-Noarch=no
X-Components=classic
altlinux-repos-0.3/repositories/server-main-4.0.desktop000064400000000000000000000002611230111662500232050ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux 4.0 Server
X-Sign=security
X-Path=/4.0/Server/current
X-Has-Noarch=no
X-Components=main
X-Mirror=no
altlinux-repos-0.3/repositories/server-main-5.0.desktop000064400000000000000000000002611230111662500232060ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux 5.0 Server
X-Sign=security
X-Path=/5.0/Server/current
X-Has-Noarch=no
X-Components=main
X-Mirror=no
altlinux-repos-0.3/repositories/sisyphus.desktop000064400000000000000000000002501230111662500223430ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux Sisyphus
X-Sign=alt
X-Path=/Sisyphus
X-Has-Noarch=yes
X-Has-Arepo=yes
X-Components=classic
altlinux-repos-0.3/repositories/t6.desktop000064400000000000000000000003251230111662500210100ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux TEAM 6
Name[ru]=Публичный бранч TEAM t6
X-Sign=t6
X-Path=/t6/branch
X-Has-Noarch=yes
X-Has-Arepo=yes
X-Components=classic
altlinux-repos-0.3/repositories/t7.desktop000064400000000000000000000003251230111662500210110ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=ALT Linux TEAM 7
Name[ru]=Публичный бранч TEAM t7
X-Sign=t7
X-Path=/t7/branch
X-Has-Noarch=yes
X-Has-Arepo=yes
X-Components=classic
altlinux-repos-0.3/repositories/updates-4.0.desktop000064400000000000000000000003301230111662500224170ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=Updates for ALT Linux 4.0
Name[ru]=Обновления для ALT Linux 4.0
X-Sign=updates
X-Path=/updates/4.0
X-Has-Noarch=no
X-Components=updates
altlinux-repos-0.3/repositories/updates-4.1.desktop000064400000000000000000000003301230111662500224200ustar00rootroot00000000000000[Desktop Entry]
Type=Application
Icon=sisyphus
Terminal=false
Name=Updates for ALT Linux 4.1
Name[ru]=Обновления для ALT Linux 4.1
X-Sign=updates
X-Path=/updates/4.1
X-Has-Noarch=no
X-Components=updates
altlinux-repos-0.3/states/000075500000000000000000000000001230111662500156405ustar00rootroot00000000000000altlinux-repos-0.3/states/altlinux.png000064400000000000000000000202471230111662500202130ustar00rootroot00000000000000PNG

IHDRx~=sRGBbKGD pHYs  tIME4> IDATxw|TUwJ2B 5G" XAqEWkAuQY_uuW"
"5H$י9I&;3wB^WvЉ0 +qr``pB*g="1+TI?Zn,iBNjԱ.&7㆝;VO0p@/d3^[3 {NG`w"Yw`$rh%Kgf:HJqx 8
TfM1VB-hPe[N]2!S2b_B
PPP눗}ҩP=Tļ |
6g:?ZڮaEdbR8#t@M:9d;wxZ&\2(r8Z'O*`0 +ˣ
s>>gOk@VɰTNj `PC!%xfn~zpROȜu$od'BaH u
YK8@"/^NkE՚ڃÄl3=0 v6qޔ]؉#FZXXhf(ĂvM/GMdF&Rbbbܣ>tQ[82Qx%通tKƌd1]!D|s2d٧DӘsd4jԨL27C<l$9~^U<Є FM8qj
M7d7nܜ>}Du푨-R BR@-ȑ#N8l63Oe`}hku7uԻSRR qiS&*JkåWVVFBBQc?mKHQ00Kv֞l6kcǎ֯_9JWO}Ow"-=^x'ׯf?n%С((E?V]]ݻwkH tpbb6i$>tweV_nyʔ)ZAA.ZBB?CNm FJf6y7sU Z<y2wy' ,EP;+&W%
Ct|-O>Ejjj5fhdKъT+TUH
AAA̟?%K~aW2in)\սB/C<SX,-]i~g$yPS:VY/c-p Wd'pF$~^]ѣ+o+++LLiٲ>2}멋-n!.W%Y)TtRoٹs':$3WCg͐!Fe҇bR,hVaݺuyƍu 셎V}(
cǎ%83:«{aZS-Ccc#VBUUH #`Bbׄ0x`?Y]&
`_[lbv՞[:X̰)ʪ|Lhbccz3>Gr#ȯE RN'۷o_)`:K]V*A`l
[f笔qy Fm:UpGaddx^"cgܹTVVzSI{֡j(.}nt޽{swZL&guٳ(L2͛7s9ƷzPSSCmmmqW2~x!ZE @XX'O&??r}ufcʔ)
Hlhh/`Ą
83Zn>}sNjjjt6lǎ#//n=|Rz4zX0`+)9/v;%%%9*JΈfϞZ,&M;:&xux{`S|aUG4**gnԴCCCr46/Nlm< Odffye_`M?韎M>U!n}ͩAḮx|ڵk2dIII y$bȸ(JO^t*++)**2j,C3T‹7B1a-ǑjAè$눈k 1>cٹz}>60)l5BVU=<& 
;Ɵb|펈0&c7`N\'gLHAn-=d"##P~xy8Zޱύ0, ))Ÿj ɣx+[5 f:?"P$ΎnLX-m;= 22.]z/f޺=/.t޽4::M8|IX;XX)=DZS,ґ|@5C14s˵krto6iii3NB\9QTUe1 Z֫W/[ʲZTVV'/mFD_XJ@@"eYq3x|s_p䘐xX4D
<8n~Gl8$@K~@vv6|;Pj^ԡ`o<LZfU\kLHHhcH]W#
``TYxR>r+Jq
~S5
a( L4
]aOϩ?zhCʰW'6
/p%))) >={544(`ZpC*gm6k x^FiTܤ@/QQQ5
G>=}d2q嗷rHcٌ&A3z!݇6ބ{܁L(v{kN&ݹ>]
ө3wFŰaZ: 11d_r(gzx('P2x5ۅBn•Qr(
&LЏv#虢6?;o-}&$$pw7bEQHMM%;;8SM—E3rlK|C¹Yϳ(p@8/K\;bDb(--mVkmݗGbF\BL N[>y1cQhی#[%# ~QU}׵ T@yEp'pj'[_C$!E+@\#>#[$#G]7oaǎkpkQG+y{ zErc2G3c yoo:ZݝV h""xpLmP0P5Ca]˘PH{G1w\233]zT9w9_غ&a쳃ƌ[ ;{`,X(\cѢE|wlq-KlETV(=?XKçEfpt1R۷( #kO눰 Z'^̾#q(A̚5E1el߽^bb"K.eڴi9+7 62lRR;"ol )\T{jk7|-~z;L ̆owoO+g}_|ċ.yb)p(AM@W/rp%%3JݒZJuuu|ooll{8go<zw5Q_@II _=(BNN͜>}:;܅F`ી[w kr.;t%\}嗆
 \[`!;;X
ٳg3[n\zz獘6ӤEZPIsP3} ZvYˠ^m
 rssYd ŔLlQ0^ti5` 5gM#/4 jb 6fP2X}蚢/ޗWFu51k,ѣG}q7HɰmEq zƉn摧ݏÔ1PR.bDO>ӧ{5rTUA0um{Pi4g Mg>fc߾}ў!40W7b4S0i
p 'bD
qRlDCO٘ w
RtT5lnNSTTDZZjʉ׏eT!9}ۚ%((-[gW?ԸPKa8X,Ip6Rԝ]" *ص ǪZRn.QQӵoPW/Vh.]Jpp/.yI`9,ÍRN*8rgq/X/r8h7B]Ck,?-س==&w{K}!C0j(^~eWN'Wv>?v'5!iN202
ER_]J+o\=\<TKGYmc̣PU5m?p5l~=Z,*++Ydxm,t5Unْz*u#u݀ŤL؋5S\ ̸.WM`rwGa>F1S¡{
d~0.?:yyyhQвVj|h1a֥k֬a۶m >}'[E}H65vE,ZZ۠NTmD QHW\WYg@V_/J`' gB
M4ĬEҒg`XN)RSS#C_T愀R>*aNxɓ'c2<x0]tu>_tR^~uFl_'gjW TEW:s?"]6!,N͏٫@N,BtHHB դ
[??ʽދn0/^L\\Mؾ}; .fwIӲ|¨A!bV֟<B8x >y,j([tP^ ok_fʕ$''3x`Nm۶q7{nr(0Wr^O~=K&='63(ć gOܟ'|\\3g"lwUC~! !)++fHQ6+3~6J;'%!X]tD]?V) :"DD}=сC;aH׳l14Twsu#E[_2z6.ZIptr<ȨTl6[G ֳ;v#䐷o;GU2\ӾRR2oaV
v̦@GYКiӄCip4!>'뽧3 $AE=CC@!*+qXjݥ` J8ͶLѤC=,(9 :Ճ;3t~SN?v[ >38* zѩ#)X5P-6H m_q9Gu_{W+AL$?5{_Z^#BE|!=($tl0R<J~ C|5e6L;n0+? K27ˤBq"l4CIrkyVe,[GAr",RTq}a3VsK.o ݞt`4pjP^T!o1 pM><g֣:eQG{.7WDu"vmKo^_&B^-?_k'^ʓƔxJe-@$7J"X RU'*u;81* O$&#;w+j
A:=Rs%vKU'? t"]:D'ɚK]Ӟ͂`shvۀfUOzT
P'ң<|ր**ql? zI /ePچ"|^uO{%LώA\T'lڬ$knȝGAp)ll4s< ,:HԤ>iP]{\!xHA:6)'Vq8 48u6w0|z!|veCž.] ?XD%VnDeg.`w/Ab< :~.!B0Azڑk/"Qaq7f]`?(-Ats3[(LU"߭,UD+ hD4DJEDE>
Uֈup1핤 Rth9"n+<C6@V+\~o:^Kg/+\3"!Q~= 3lxaEIߺQ-“j,9%#(v$]Ub2x;&q^Nha9+Dœ!-^hzh榍TdB3]. |r<!*_WP`nIm0bpkپ62`8(\fO{~LA.rj}w`+M8<Ncհv3EBp0|諾Ap8;S$m
~;o<"*N? xex6'z_dN47G3U(C#Q;qS;:8ӖЩL@P'[~(@
P(@
P$W/ TgDBSST,t"㽼bwT DkͬBD[}(}<"! Q~ "s<uTsrDf Wr߈b#߉ru@bVP}"\oɿh]}p|"+qn{+%h{֩{S]0BUU/&{'NUoUQ[ Da r05\q|״Tا;[U`4"p p-p!-;|M\Cw=lWbWgHDҦiD9<&rQH8UHr F s!lwM1f kB.7o#g*'D_ #n{NT#r&n-<Q)k D`xwg1w
bΡ%0Fv؉vDX<~G7*|Vvnd6NA.H_^smGe'9F޷uDlZ>\>: wZ^r 6)*ױE+߸,Ħc/6 "Ei99PܞS"<3k r% FԀݍR:Ԟ̑zlޝ{*rw"Y<4 ZV"w-&WRu
\N&ɗYNil)T U繰\G;Ȃq<Ug mK\)~)Ffu"gqx& R:#JҊ`[\\kw%IH[:-R2"ABJMڕuJѺCrO?0Gb{E}H䭕iɤ+!mv)nToDqm=Ƿ(>XC\7}VS

"54K
|CݞY {r$E%_¿{ˏ*4T/%K˽LR}pHlruae[io[rJqa+rKmRΔy^2sTϩfslnD\t.sIDATul^ٿ5Rːx]?V|ʼnIENDB`altlinux-repos-0.3/states/mirmon.branch-4.0.conf000064400000000000000000000003141230111662500215410ustar00rootroot00000000000000include mirmon.common.conf

project_name ALT Linux stable branch 4.0
project_url http://www.altlinux.org/Releases/40
mirror_list branch-4.0.list
web_page html/branch-4.0.html
state state/branch-4.0.state
altlinux-repos-0.3/states/mirmon.branch-4.1.conf000064400000000000000000000003141230111662500215420ustar00rootroot00000000000000include mirmon.common.conf

project_name ALT Linux stable branch 4.1
project_url http://www.altlinux.org/Releases/41
mirror_list branch-4.1.list
web_page html/branch-4.1.html
state state/branch-4.1.state
altlinux-repos-0.3/states/mirmon.branch-5.0.conf000064400000000000000000000003141230111662500215420ustar00rootroot00000000000000include mirmon.common.conf

project_name ALT Linux stable branch 5.0
project_url http://www.altlinux.org/Releases/50
mirror_list branch-5.0.list
web_page html/branch-5.0.html
state state/branch-5.0.state
altlinux-repos-0.3/states/mirmon.branch-5.1.conf000064400000000000000000000003151230111662500215440ustar00rootroot00000000000000include mirmon.common.conf

project_name ALT Linux stable branch 5.1
project_url http://www.altlinux.org/Branches/5.1
mirror_list branch-5.1.list
web_page html/branch-5.1.html
state state/branch-5.1.state
altlinux-repos-0.3/states/mirmon.common.conf000064400000000000000000000001711230111662500212760ustar00rootroot00000000000000probe lftp -c cat %URL%files/.timestamp
countries countries.list
icons icons
timeout 60
project_logo /icons/altlinux.png
altlinux-repos-0.3/states/mirmon.desktop-full-4.0.conf000064400000000000000000000003531230111662500227200ustar00rootroot00000000000000include mirmon.common.conf

project_name ALT Linux 4.0 Desktop
project_url http://www.altlinux.org/ALT_Linux_4.0_Desktop_Personal
mirror_list desktop-full-4.0.list
web_page html/desktop-full-4.0.html
state state/desktop-full-4.0.state
altlinux-repos-0.3/states/mirmon.desktop-full-4.1.conf000064400000000000000000000003421230111662500227170ustar00rootroot00000000000000include mirmon.common.conf

project_name ALT Linux 4.1 Desktop
project_url http://www.altlinux.org/ALT_Linux_4.1_Desktop
mirror_list desktop-full-4.1.list
web_page html/desktop-full-4.1.html
state state/desktop-full-4.1.state
altlinux-repos-0.3/states/mirmon.p5.conf000064400000000000000000000002571230111662500203370ustar00rootroot00000000000000include mirmon.common.conf

project_name ALT Linux Platform 5.0
project_url http://www.altlinux.org/Platform5.0
mirror_list p5.list
web_page html/p5.html
state state/p5.state
altlinux-repos-0.3/states/mirmon.server-full-4.0.conf000064400000000000000000000003501230111662500225520ustar00rootroot00000000000000include mirmon.common.conf

project_name ALT Linux 4.0 Server
project_url http://altlinux.ru/enterprise/alt_linux_4.0_server.html
mirror_list server-full-4.0.list
web_page html/server-full-4.0.html
state state/server-full-4.0.state
altlinux-repos-0.3/states/mirmon.sisyphus.conf000064400000000000000000000002601230111662500216740ustar00rootroot00000000000000include mirmon.common.conf

project_name Sisyphus
project_url http://www.altlinux.org/Sisyphus
mirror_list sisyphus.list
web_page html/sisyphus.html
state state/sisyphus.state
altlinux-repos-0.3/states/mirmon.updates-4.0.conf000064400000000000000000000003131230111662500217500ustar00rootroot00000000000000include mirmon.common.conf

project_name ALT Linux 4.0 (updates)
project_url http://www.altlinux.org/Releases/40
mirror_list updates-4.0.list
web_page html/updates-4.0.html
state state/updates-4.0.state
altlinux-repos-0.3/states/mirmon.updates-4.1.conf000064400000000000000000000003131230111662500217510ustar00rootroot00000000000000include mirmon.common.conf

project_name ALT Linux 4.1 (updates)
project_url http://www.altlinux.org/Releases/41
mirror_list updates-4.1.list
web_page html/updates-4.1.html
state state/updates-4.1.state
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin