Server IP : 127.0.0.2 / Your IP : 3.17.154.155 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/augeas/lenses/dist/tests/ |
Upload File : |
module Test_dput = let conf = "# Example dput.cf that defines the host that can be used # with dput for uploading. [DEFAULT] login = username method = ftp hash = md5 allow_unsigned_uploads = 0 run_lintian = 0 run_dinstall = 0 check_version = 0 scp_compress = 0 post_upload_command = pre_upload_command = passive_ftp = 1 default_host_non-us = default_host_main = hebex allowed_distributions = (?!UNRELEASED) [hebex] fqdn = condor.infra.s1.p.fti.net login = anonymous method = ftp incoming = /incoming/hebex passive_ftp = 0 [dop/desktop] fqdn = condor.infra.s1.p.fti.net login = anonymous method = ftp incoming = /incoming/dop/desktop passive_ftp = 0 [jp-non-us] fqdn = hp.debian.or.jp incoming = /pub/Incoming/upload-non-US login = anonymous # DISABLED due to being repaired currently #[erlangen] #fqdn = ftp.uni-erlangen.de #incoming = /public/pub/Linux/debian/UploadQueue/ #login = anonymous [ftp-master] fqdn = ftp-master.debian.org incoming = /pub/UploadQueue/ login = anonymous post_upload_command = /usr/bin/mini-dinstall --batch # And if you want to override one of the defaults, add it here. # # For example, comment out the next line # # login = another_username # # post_upload_command = /path/to/some/script # # pre_upload_command = /path/to/some/script " test Dput.lns get conf = { "#comment" = "Example dput.cf that defines the host that can be used" } { "#comment" = "with dput for uploading." } {} { "target" = "DEFAULT" { "login" = "username" } { "method" = "ftp" } { "hash" = "md5" } { "allow_unsigned_uploads" = "0" } { "run_lintian" = "0" } { "run_dinstall" = "0" } { "check_version" = "0" } { "scp_compress" = "0" } { "post_upload_command" } { "pre_upload_command" } { "passive_ftp" = "1" } { "default_host_non-us" } { "default_host_main" = "hebex" } { "allowed_distributions" = "(?!UNRELEASED)" } {} } { "target" = "hebex" { "fqdn" = "condor.infra.s1.p.fti.net" } { "login" = "anonymous" } { "method" = "ftp" } { "incoming" = "/incoming/hebex" } { "passive_ftp" = "0" } {} } { "target" = "dop/desktop" { "fqdn" = "condor.infra.s1.p.fti.net" } { "login" = "anonymous" } { "method" = "ftp" } { "incoming" = "/incoming/dop/desktop" } { "passive_ftp" = "0" } {} } { "target" = "jp-non-us" { "fqdn" = "hp.debian.or.jp" } { "incoming" = "/pub/Incoming/upload-non-US" } { "login" = "anonymous" } {} { "#comment" = "DISABLED due to being repaired currently" } { "#comment" = "[erlangen]" } { "#comment" = "fqdn = ftp.uni-erlangen.de" } { "#comment" = "incoming = /public/pub/Linux/debian/UploadQueue/" } { "#comment" = "login = anonymous" } {} } { "target" = "ftp-master" { "fqdn" = "ftp-master.debian.org" } { "incoming" = "/pub/UploadQueue/" } { "login" = "anonymous" } { "post_upload_command" = "/usr/bin/mini-dinstall --batch" } { "#comment" = "And if you want to override one of the defaults, add it here." } { "#comment" = "# For example, comment out the next line" } { "#comment" = "# login = another_username" } { "#comment" = "# post_upload_command = /path/to/some/script" } { "#comment" = "# pre_upload_command = /path/to/some/script" } {} }