Skip to content

Commit

Permalink
update links to dlang
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach authored and MartinNowak committed May 15, 2016
1 parent 5bd437b commit a135f95
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions bootstrap/bootstrap-dmd.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ set DMD_BRANCH=%1
set WORK_DIR=bootstrap-dmd-%DMD_BRANCH%
set SCRAP_DIR=%WORK_DIR%\scrap
set DMC_URL=http://ftp.digitalmars.com/Digital_Mars_C++/Patch/dm856c.zip
set DMD_GITHUB=https://github.com/D-Programming-Language/dmd
set DMD_DRUNTIME_GITHUB=https://github.com/D-Programming-Language/druntime
set DMD_PHOBOS_GITHUB=https://github.com/D-Programming-Language/phobos
set DMD_TOOLS_GITHUB=https://github.com/D-Programming-Language/tools
set DMD_GITHUB=https://github.com/dlang/dmd
set DMD_DRUNTIME_GITHUB=https://github.com/dlang/druntime
set DMD_PHOBOS_GITHUB=https://github.com/dlang/phobos
set DMD_TOOLS_GITHUB=https://github.com/dlang/tools
set UNZIP_URL=http://semitwist.com/download/app/unz600xn.exe

rem Internal configuration
Expand Down
2 changes: 1 addition & 1 deletion create_dmd_release/build_all.d
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ void runBuild(ref Box box, string ver, bool isBranch, bool skipDocs)

void cloneSources(string gitTag, string tgtDir)
{
auto prefix = "https://github.com/D-Programming-Language/";
auto prefix = "https://github.com/dlang/";
auto fmt = "git clone --depth 1 -b "~gitTag~" "~prefix~"%1$s.git "~tgtDir~"/%1$s";
foreach (proj; allProjects)
run(fmt.format(proj));
Expand Down
2 changes: 1 addition & 1 deletion linux/dmd_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ else
sed -i ':a;$!{N;ba};s/^\( .\s*\n\)*\|\(\s*\n .\)*$//g' $I"_tmp"
done
echo 'Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/D-Programming-Language
Source: https://github.com/dlang
Files: usr/bin/*
Copyright: 1999-'$(date +%Y)' by Digital Mars written by Walter Bright
Expand Down
4 changes: 2 additions & 2 deletions linux/dmd_phobos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ else
fi
sed -i ':a;$!{N;ba};s/^\( .\s*\n\)*\|\(\s*\n .\)*$//g' $I"_tmp"
echo 'Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/D-Programming-Language
Source: https://github.com/dlang
Files: usr/lib/*
Copyright: 1999-'$(date +%Y)' by Digital Mars written by Walter Bright
Expand All @@ -194,7 +194,7 @@ else


# create changelog
echo "See: https://github.com/D-Programming-Language/phobos/commits/master" > usr/share/doc/$PHOBOSPKG/changelog
echo "See: https://github.com/dlang/phobos/commits/master" > usr/share/doc/$PHOBOSPKG/changelog


# create shlibs file
Expand Down
2 changes: 1 addition & 1 deletion windows/d2-installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
; URLs
!define BaseURL "http://downloads.dlang.org"
!define BaseURLAlt "http://ftp.digitalmars.com"
!define VisualDBaseURL "https://github.com/D-Programming-Language/visuald/releases/download"
!define VisualDBaseURL "https://github.com/dlang/visuald/releases/download"

!define VisualDUrl "${VisualDBaseURL}/v${VersionVisualD}/${VisualDFilename}"

Expand Down

0 comments on commit a135f95

Please sign in to comment.