File: security-warning

package info (click to toggle)
dput 0.9.6.1%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 232 kB
  • ctags: 109
  • sloc: python: 1,487; makefile: 61; sh: 24
file content (15 lines) | stat: -rwxr-xr-x 395 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
set -e

cat << __END__
Do NOT upload a package to the security upload queues without prior 
authorization from the security team.
See the following URL for instructions:
http://www.debian.org/doc/developers-reference/pkgs#bug-security
Please enter "really upload" (without the quotes) to proceed with the
upload.
__END__

read really_upload

[ "xreally upload" = "x${really_upload}" ]