excludes.downloads.cfg #2

  • //
  • guest/
  • perforce_software/
  • sdp/
  • tools/
  • excludes.downloads.cfg
  • View
  • Commits
  • Open Download .zip Download (131 B)
.p4config.*
.p4passwd.*
.p4trust.*
.p4tickets.*
*Windows*
*~
*.job
*.log
new_job_*.txt
;
.DS_Store
._README.*
D:.vagrant
D:Windows
# Change User Description Committed
#2 26241 C. Thomas Tyler Added more cruft-exclusion entries to SDP packaging exlcudes.
#1 16339 C. Thomas Tyler Adjusted to use 'downloads' rather than 'dist'.

Enhanced docs.

Fixed bug where script failed if 'downloads' directory
didn't already exist.

Removed '-s' (show tarfile contents) flag, and made
showing contents the default behavior (thus making it
behavve the same for UNIX/Linux and Windows, which
always shows *.zip file contents.).
//guest/perforce_software/sdp/tools/excludes.dist.cfg
#5 10872 C. Thomas Tyler Added Windows SDP into The Workshop:
* Combined (back) into Unix SDP structure.
* Avoided adding duplicate files p4verify.pl, p4review.(py,cfg).
* Upgraded 'dist.sh' utility to produce both Unix and Windows
packages (*.tgz and *.zip), adjusting line endings on text
files to be appropriate for Windows prior to packaging.

To Do:
* Resolve duplication of [template_]configure_new_server.bat.
* Merge test suites for Windows and Unix into a cohesive set.
#4 10753 C. Thomas Tyler Exlcuding cruft files.
#3 10751 C. Thomas Tyler More cleanup.
#2 10748 C. Thomas Tyler Added safety check for checked out files.
 Updated exlcudes.
#1 10737 C. Thomas Tyler Added helper script to create SDP distro tar file.