* fix incorrect planet client reporting
* clarify a contract svn: r10192
This commit is contained in:
parent
db98d5f66d
commit
3ca9a0ab25
|
@ -16,7 +16,7 @@
|
|||
(HARD-LINK-FILE (build-path (PLANET-BASE-DIR) "HARD-LINKS"))
|
||||
(LOGGING-ENABLED? #t)
|
||||
(LOG-FILE (build-path (PLANET-DIR) "INSTALL-LOG"))
|
||||
(DEFAULT-PACKAGE-LANGUAGE "399.0" #;(version))
|
||||
(DEFAULT-PACKAGE-LANGUAGE (version))
|
||||
|
||||
(USE-HTTP-DOWNLOADS? #t)
|
||||
(HTTP-DOWNLOAD-SERVLET-URL "http://planet.plt-scheme.org/servlets/planet-servlet.ss")
|
||||
|
|
|
@ -299,7 +299,7 @@
|
|||
;; or the scribble renderer gets very confused
|
||||
(define SCRIBBLE-DOCUMENT-DIR "planet-docs/")
|
||||
|
||||
;; make-planet-archive: directory [file] -> file
|
||||
;; make-planet-archive: path<directory> [path<file>] -> path<file>
|
||||
;; Makes a .plt archive file suitable for PLaneT whose contents are
|
||||
;; all files in the given directory and returns that file's name.
|
||||
;; If the optional filename argument is provided, that filename will
|
||||
|
|
Loading…
Reference in New Issue
Block a user