Server IP : 85.214.239.14 / Your IP : 3.135.184.124 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/self/root/usr/share/doc/apt-utils/examples/ |
Upload File : |
/* This configuration file describes the standard Debian distribution as it once looked */ Dir { ArchiveDir "/srv/ftp.debian.org/ftp/"; OverrideDir "/srv/ftp.debian.org/scripts/override/"; CacheDir "/srv/ftp.debian.org/scripts/cache/"; }; Default { Packages::Compress ". gzip"; Sources::Compress "gzip"; Contents::Compress "gzip"; DeLinkLimit 10000; // 10 Meg delink per day MaxContentsChange 10000; // 10 Meg of new contents files per day }; TreeDefault { Contents::Header "/srv/ftp.debian.org/scripts/masterfiles/Contents.top"; BinCacheDB "packages-$(ARCH).db"; // These are all defaults and are provided for completeness Directory "$(DIST)/$(SECTION)/binary-$(ARCH)/"; Packages "$(DIST)/$(SECTION)/binary-$(ARCH)/Packages"; SrcDirectory "$(DIST)/$(SECTION)/source/"; Sources "$(DIST)/$(SECTION)/source/Sources"; Contents "$(DIST)/Contents-$(ARCH)"; }; tree "dists/woody" { Sections "main contrib non-free"; Architectures "alpha arm hurd-i386 i386 m68k powerpc sparc sparc64 source"; BinOverride "override.woody.$(SECTION)"; SrcOverride "override.woody.$(SECTION).src"; }; tree "dists/potato" { Sections "main contrib non-free"; Architectures "alpha arm i386 m68k powerpc sparc source"; BinOverride "override.potato.$(SECTION)"; SrcOverride "override.woody.$(SECTION).src"; }; tree "dists/slink" { Sections "main contrib non-free"; Architectures "alpha i386 m68k sparc source"; BinOverride "override.slink.$(SECTION)"; SrcOverride "override.woody.$(SECTION).src"; External-Links false; // Slink should contain no links outside itself }; bindirectory "project/experimental" { Sources "project/experimental/Sources"; Packages "project/experimental/Packages"; BinOverride "override.experimental"; BinCacheDB "packages-experimental.db"; SrcOverride "override.experimental.src"; }; bindirectory "dists/proposed-updates" { Packages "project/proposed-updates/Packages"; Contents "project/proposed-updates/Contents"; BinOverride "override.slink.all3"; BinOverride "override.slink.all3.src"; BinCacheDB "packages-proposed-updates.db"; };