123456789101112131415161718192021222324 |
- local mpsconf={
- repo_dizin="/sources",
- sunucu={
- [1]="http://mls.akdeniz.edu.tr/paketler",
- --[2]="http://localhost:9999",
- },
- talimatdepo={
- -- git repo adres, ilgili düzeye aktarılacak içerik
- -- tname düzeylere göre
- [1]={["https://notabug.org/milislinux/milis19"]="talimatname/1"},
- [2]={["https://notabug.org/milislinux/milis19"]="talimatname/2"},
- [4]={["https://notabug.org/milislinux/milis19"]="talimatname/4"},
- [5]={["https://notabug.org/yasarciv67/milis-2"]="talimatname/5"},
-
- },
- betikdepo={
- -- ilgili repodan bin/ ayarlar/ gibi betik içeren dizinlerin alınması
- bin={["https://notabug.org/milislinux/milis19"]="bin"},
- ayarlar={["https://notabug.org/milislinux/milis19"]="ayarlar"},
- },
- }
- return mpsconf
|