blob 78e40b39b3e73a6698804027275b5876206f9027 479 bytes (raw)
name: test/lisp/emacs-lisp/package-resources/package-test-server.py # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| | import os
import BaseHTTPServer
from SimpleHTTPServer import SimpleHTTPRequestHandler
HandlerClass = SimpleHTTPRequestHandler
ServerClass = BaseHTTPServer.HTTPServer
Protocol = "HTTP/1.0"
os.chdir(os.path.dirname(__file__))
HandlerClass.protocol_version = Protocol
httpd = ServerClass(('127.0.0.1', 0), HandlerClass)
# This printed line is parsed by test code, don't change its format.
print "Serving on http://%s:%s/" % httpd.socket.getsockname()
httpd.serve_forever()
|
debug log:
solving 78e40b3 ...
found 78e40b3 in https://yhetil.org/emacs/1465242813-2309-1-git-send-email-mina86@mina86.com/
found 35ca820 in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100644 35ca820f31f097e75eecdf2baad366fa05552515 test/lisp/emacs-lisp/package-resources/package-test-server.py
applying [1/1] https://yhetil.org/emacs/1465242813-2309-1-git-send-email-mina86@mina86.com/
diff --git a/test/lisp/emacs-lisp/package-resources/package-test-server.py b/test/lisp/emacs-lisp/package-resources/package-test-server.py
index 35ca820..78e40b3 100644
Checking patch test/lisp/emacs-lisp/package-resources/package-test-server.py...
Applied patch test/lisp/emacs-lisp/package-resources/package-test-server.py cleanly.
index at:
100644 78e40b39b3e73a6698804027275b5876206f9027 test/lisp/emacs-lisp/package-resources/package-test-server.py
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.