From 5f54d67818ee7a74325eed130438beba96510e43 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Sun, 12 Jan 2014 12:05:23 +0100 Subject: Update `sync-all` and others files w.r.t. merged testsuite (re #8545) See merge commit 66693401b98cb5aa912948af7bbd2182474f50c4 This commit also adds a check for a left-over testsuite/.git folder to sync-all This way, the first time sync-all is called after updating to a post-testsuite-merge (see #8545) state of ghc.git, the sync-all script aborts with an error message if a `testsuite/.git` folder is detected and thus forces the user to take action. Signed-off-by: Herbert Valerio Riedel --- packages | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'packages') diff --git a/packages b/packages index ec77afc6e2..616dfc1d89 100644 --- a/packages +++ b/packages @@ -17,7 +17,7 @@ # - Haddock and hsc2hs are applications, built on top of GHC, # and in turn needed to bootstrap GHC # - ghc-tarballs is need to build GHC -# - nofib and testsuite are optional helpers +# - nofib is an optional helpers # # The format of the lines in this file is: # localpath tag remotepath upstreamurl @@ -31,8 +31,8 @@ # * The 'tag' determines when "sync-all get" will get the # repo. If the tag is "-" then it will always get it, but if there # is a tag then a corresponding flag must be given to "sync-all", e.g. -# if you want to get the packages with an "extralibs" or "testsuite" -# tag then you need to use "sync-all --extra --testsuite get". +# if you want to get the packages with an "extralibs" +# tag then you need to use "sync-all --extra get". # Support for new tags must be manually added to the "sync-all" script. # # 'tag' is also used to determine which packages the build system @@ -76,7 +76,6 @@ libraries/transformers - - http:// libraries/unix - packages/unix.git - libraries/Win32 - - https://github.com/haskell/win32.git libraries/xhtml - - https://github.com/haskell/xhtml.git -testsuite testsuite testsuite.git - nofib nofib nofib.git - libraries/parallel extra packages/parallel.git - libraries/stm extra packages/stm.git - -- cgit v1.2.1