comparison bin/url @ 10283:7c07682dcc25

<oerjan> sled bin/url//s,[|].hg,|\\\\.hg,
author HackBot
date Thu, 16 Feb 2017 02:57:13 +0000
parents f872c7ab4698
children a145f334de50
comparison
equal deleted inserted replaced
10282:f872c7ab4698 10283:7c07682dcc25
3 if len(sys.argv) <= 1: 3 if len(sys.argv) <= 1:
4 print "http://codu.org/projects/hackbot/fshg/" 4 print "http://codu.org/projects/hackbot/fshg/"
5 else: 5 else:
6 f = os.path.abspath(sys.argv[1]) 6 f = os.path.abspath(sys.argv[1])
7 f = re.sub(r"^/+hackenv/", "", f) 7 f = re.sub(r"^/+hackenv/", "", f)
8 if re.match(r"/|.hg(?:/|$)",f): 8 if re.match(r"/|\.hg(?:/|$)",f):
9 sys.exit("File is outside web-viewable filesystem repository.") 9 sys.exit("File is outside web-viewable filesystem repository.")
10 elif re.match(r"tmp(?:/|$)",f): 10 elif re.match(r"tmp(?:/|$)",f):
11 print ("http://www2.codu.org/projects/hackbot/" + urllib.quote(f)) 11 print ("http://www2.codu.org/projects/hackbot/" + urllib.quote(f))
12 else: 12 else:
13 print ("http://codu.org/projects/hackbot/fshg/index.cgi/file/tip/" + 13 print ("http://codu.org/projects/hackbot/fshg/index.cgi/file/tip/" +