[commit: ghc] wip/nfs-locking: Rename to Hadrian. (11759a8)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:27:01 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/11759a8ee0d735e2331d4d617031dd3dcc3069f6/ghc

>---------------------------------------------------------------

commit 11759a8ee0d735e2331d4d617031dd3dcc3069f6
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Wed Apr 27 00:45:38 2016 +0100

    Rename to Hadrian.
    
    [skip ci]


>---------------------------------------------------------------

11759a8ee0d735e2331d4d617031dd3dcc3069f6
 .travis.yml  | 18 +++++++++---------
 appveyor.yml |  6 +++---
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index d6092fb..6832cd8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,22 +47,22 @@ install:
     # of "ghc/". For this reason, we - rather hackily - move the GHC-Shake
     # ".git"  directory into the appropriate location, and perform a hard reset
     # in order to regenerate the GHC-Shake files.
-    - mkdir ghc/shake-build
-    - mv .git ghc/shake-build
-    - ( cd ghc/shake-build && git reset --hard HEAD )
+    - mkdir ghc/hadrian
+    - mv .git ghc/hadrian
+    - ( cd ghc/hadrian && git reset --hard HEAD )
 
-    - ( cd ghc/shake-build && cabal install --only-dependencies )
-    - ( cd ghc/shake-build && cabal configure )
+    - ( cd ghc/hadrian && cabal install --only-dependencies )
+    - ( cd ghc/hadrian && cabal configure )
 
     - ( cd ghc && ./boot )
     - ( cd ghc && ./configure )
-    - cat ghc/shake-build/cfg/system.config
+    - cat ghc/hadrian/cfg/system.config
     - ghc-pkg list
 
 script:
-    - ( cd ghc/shake-build && cabal haddock --internal )
-    - ./ghc/shake-build/build.sh selftest
-    - ./ghc/shake-build/build.sh -j --no-progress --profile=- --flavour=quick $TARGET
+    - ( cd ghc/hadrian && cabal haddock --internal )
+    - ./ghc/hadrian/build.sh selftest
+    - ./ghc/hadrian/build.sh -j --no-progress --profile=- --flavour=quick $TARGET
 
 cache:
     directories:
diff --git a/appveyor.yml b/appveyor.yml
index 6cc17b6..3918779 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-clone_folder: "C:\\msys64\\home\\ghc\\shake-build"
+clone_folder: "C:\\msys64\\home\\ghc\\hadrian"
 environment:
   global:
     STACK_ROOT: "c:\\sr"
@@ -30,7 +30,7 @@ install:
     - bash -lc "cd /home/ghc; mkdir -p ghc-tarballs/mingw-w64/x86_64/"
     - bash -lc "cd /home/ghc; mkdir -p ghc-tarballs/perl/"
     - bash -lc "cd /home/ghc; exec 0</dev/null; ./configure --enable-tarballs-autodownload"
-    - bash -lc "cat /home/ghc/shake-build/cfg/system.config"
+    - bash -lc "cat /home/ghc/hadrian/cfg/system.config"
     - ghc   --version
     - stack --version
     - alex  --version
@@ -38,6 +38,6 @@ install:
     - stack exec -- ghc-pkg list
 
 build_script:
-    - cd C:\msys64\home\ghc\shake-build
+    - cd C:\msys64\home\ghc\hadrian
     - echo "" | stack --no-terminal exec -- build.bat selftest
     - echo "" | stack --no-terminal exec -- build.bat -j --no-progress --profile=- --flavour=quick inplace/bin/ghc-stage1.exe



More information about the ghc-commits mailing list