Skip to content

Commit

Permalink
Moves dist to scripts/dist
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Jul 15, 2014
1 parent 80b3056 commit 73b5134
Show file tree
Hide file tree
Showing 55 changed files with 15 additions and 15 deletions.
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion dist/mac/make_app → scripts/dist/mac/make_app
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
# usage: make_app volname
# example: ./make_app vistrails-mac-10.5-intel-1.3.1-rev1646
# example: scripts/dist/make_app vistrails-mac-10.5-intel-1.3.1-rev1646
#
# Creates a disk image (dmg) of VisTrails on Mac OS X from the command line.
#
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
EXPORT_DIR_SUFFIX = "-?"

# Paths of files and/or directories to be removed from the exported repository (relative to export dir)
EXPORT_DELETE_PATHS = [".git", ".gitignore", "dist", "packages"]
EXPORT_DELETE_PATHS = [".git", ".gitignore", "scripts/dist", "packages"]

# Distribution Tarball name (Do not add ".tar.gz")
TARBALL_NAME = "vistrails-src-nightly"
Expand Down Expand Up @@ -115,7 +115,7 @@ def last_minute_changes():
global SF_DO_UPLOAD

# Copy License
srcfile = "dist/mac/Input/LICENSE"
srcfile = "scripts/dist/mac/Input/LICENSE"
info("Copying '%s' to export base dir ..." % srcfile)
try:
shutil.copy(os.path.join(EXPORT_DIRNAME, srcfile), os.path.join(EXPORT_DIRNAME, os.path.basename(srcfile)))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
EXPORT_DIR_SUFFIX = "-?"

# Paths of files and/or directories to be removed from the exported repository (relative to export dir)
EXPORT_DELETE_PATHS = [".git", ".gitignore", "dist", "packages"]
EXPORT_DELETE_PATHS = [".git", ".gitignore", "scripts/dist", "packages"]

# Distribution Tarball name (Do not add ".tar.gz")
# For releases, Tarball name will be always EXPORT_DIR_PREFIX+EXPORT_DIR_SUFFIX
Expand Down Expand Up @@ -128,7 +128,7 @@ def last_minute_changes():
global SF_DO_UPLOAD

# Copy License
srcfile = "dist/mac/Input/LICENSE"
srcfile = "scripts/dist/mac/Input/LICENSE"
info("Copying '%s' to export base dir ..." % srcfile)
try:
shutil.copy(os.path.join(EXPORT_DIRNAME, srcfile), os.path.join(EXPORT_DIRNAME, os.path.basename(srcfile)))
Expand Down Expand Up @@ -165,7 +165,7 @@ def last_minute_changes():
f.close()
if RELEASE:
#Copy Release Notes
srcfile = "dist/windows/Input/releaseNotes.txt"
srcfile = "scripts/dist/windows/Input/releaseNotes.txt"
destfile = "RELEASE"
info("Copying '%s' to export base dir ..." % srcfile)
try:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ CompileLogFile=Output\build.log
CompileLogMethod=append
[PreCompile]
Name: "C:\Python27\python.exe"; Parameters: "C:\Users\vistrails\code\vistrails\dist\windows\Input\download_usersguide.py"; Flags: abortonerror cmdprompt
Name: "C:\Python27\python.exe"; Parameters: "C:\Users\vistrails\code\vistrails\scripts\dist\windows\Input\download_usersguide.py"; Flags: abortonerror cmdprompt
[Code]
var
Expand Down Expand Up @@ -309,4 +309,4 @@ LogFile=Output\build.log
LogFileOverwrite=false
[InnoIDE_PreCompile]
Name: C:\Python27\python.exe; Parameters: C:\Users\vistrails\code\vistrails\dist\windows\Input\download_usersguide.py; Flags: AbortOnError CmdPrompt;
Name: C:\Python27\python.exe; Parameters: C:\Users\vistrails\code\vistrails\scripts\dist\windows\Input\download_usersguide.py; Flags: AbortOnError CmdPrompt;
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ CompileLogFile=Output\build.log
CompileLogMethod=append
[PreCompile]
Name: C:\Python27_64\python.exe; Parameters: C:\Users\vistrails\code\vistrails\dist\windows\Input\download_usersguide.py; Flags: AbortOnError CmdPrompt;
Name: C:\Python27_64\python.exe; Parameters: C:\Users\vistrails\code\vistrails\scripts\dist\windows\Input\download_usersguide.py; Flags: AbortOnError CmdPrompt;
[Code]
var
Expand Down Expand Up @@ -307,4 +307,4 @@ LogFile=Output\build.log
LogFileOverwrite=false
[InnoIDE_PreCompile]
Name: C:\Python27_64\python.exe; Parameters: C:\Users\vistrails\code\vistrails\dist\windows\Input\download_usersguide.py; Flags: AbortOnError CmdPrompt;
Name: C:\Python27_64\python.exe; Parameters: C:\Users\vistrails\code\vistrails\scripts\dist\windows\Input\download_usersguide.py; Flags: AbortOnError CmdPrompt;
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ CompileLogFile=Output\build.log
CompileLogMethod=append
[PreCompile]
Name: "C:\Python27\python.exe"; Parameters: "C:\Users\vistrails\code\vistrails\dist\windows\Input\download_usersguide.py"; Flags: abortonerror cmdprompt
Name: "C:\Python27\python.exe"; Parameters: "C:\Users\vistrails\code\vistrails\scripts\dist\windows\Input\download_usersguide.py"; Flags: abortonerror cmdprompt
[PreCompile]
Name: "C:\Python27\python.exe"; Parameters: "-m compileall C:\Users\vistrails\code"; Flags: abortonerror cmdprompt
Expand Down Expand Up @@ -308,4 +308,4 @@ LogFile=Output\build.log
LogFileOverwrite=false
[InnoIDE_PreCompile]
Name: C:\Python27\python.exe; Parameters: C:\Users\vistrails\code\vistrails\dist\windows\Input\download_usersguide.py; Flags: AbortOnError CmdPrompt;
Name: C:\Python27\python.exe; Parameters: C:\Users\vistrails\code\vistrails\scripts\dist\windows\Input\download_usersguide.py; Flags: AbortOnError CmdPrompt;
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ CompileLogFile=Output\build.log
CompileLogMethod=append
[PreCompile]
Name: C:\Python27_64\python.exe; Parameters: C:\Users\vistrails\code\vistrails\dist\windows\Input\download_usersguide.py; Flags: AbortOnError CmdPrompt;
Name: C:\Python27_64\python.exe; Parameters: C:\Users\vistrails\code\vistrails\scripts\dist\windows\Input\download_usersguide.py; Flags: AbortOnError CmdPrompt;
[Code]
var
Expand Down Expand Up @@ -304,4 +304,4 @@ LogFile=Output\build.log
LogFileOverwrite=false
[InnoIDE_PreCompile]
Name: C:\Python27_64\python.exe; Parameters: C:\Users\vistrails\code\vistrails\dist\windows\Input\download_usersguide.py; Flags: AbortOnError CmdPrompt;
Name: C:\Python27_64\python.exe; Parameters: C:\Users\vistrails\code\vistrails\scripts\dist\windows\Input\download_usersguide.py; Flags: AbortOnError CmdPrompt;

0 comments on commit 73b5134

Please sign in to comment.