Now that this isn't an actual package, it doesn't need metadata.

This commit is contained in:
Sam Tobin-Hochstadt 2014-12-07 09:43:12 -05:00
parent 3b71166f8b
commit 74b86f9104
4 changed files with 0 additions and 58 deletions

View File

@ -1,11 +0,0 @@
plt-services
Copyright (c) 2010-2014 PLT Design Inc.
This package is distributed under the GNU Lesser General Public
License (LGPL). This means that you can link this package into proprietary
applications, provided you follow the rules stated in the LGPL. You
can also modify this package; if you distribute a modified version,
you must distribute it under the terms of the LGPL, which in
particular means that you must release the source code for the
modified software. See http://www.gnu.org/copyleft/lesser.html
for more information.

View File

@ -1,32 +0,0 @@
#lang info
;; This package references infrastructure that is used to drive
;; builds and other services and that is not part of a
;; distribution.
(define collection 'multi)
(define deps '("racket-index"
;; "Fake" dependencies to make them included
;; in a default build:
"main-distribution-test"
"honu"
"gui-pkg-manager"
;; Actual dependencies:
"eli-tester"
"at-exp-lib"
"syntax-color-lib"
"base"
"gui-lib"
"net-lib"
"sandbox-lib"
"scheme-lib"
"scribble-lib"
"compatibility-lib"
"web-server-lib"
"rackunit-lib"))
(define pkg-desc "Miscellaneous management and maintenance tools used by the Racket development team")
(define pkg-authors '(eli mflatt))

View File

@ -1,14 +0,0 @@
#lang info
(define name "Infrastructure code")
(define compile-omit-paths '("images/taking-screenshots/racket-widget.scm"
"tests/unix-installer.rkt"))
(define test-omit-paths
'("images/mkheart.rkt"
"pkg-index/official"
"pkg-index/planet-compat"
"tests/unix-installer.rkt"))
(define test-responsibles '(("props" (eli jay))
(all eli)))

View File

@ -1 +0,0 @@
This directory contains code that is used to manage Racket infrastructure.