Skip to content

Commit

Permalink
delete unused bash scripts, phetsims/chipper#1461
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 27, 2024
1 parent 9c9cf5e commit e08e18d
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 138 deletions.
1 change: 0 additions & 1 deletion bin/checkout-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Checks out the specified branch of all repositories in the present working dir.
# Skips and prints a warning for any repository that doesn't have such a branch.
# Also skips directories that are not Git repositories.
# TODO: ASK DEVS: Delete this and prefer javascript code, https://github.com/phetsims/chipper/issues/1461
#
# Usage: checkout-branch.sh branchName
#
Expand Down
2 changes: 1 addition & 1 deletion bin/for-each-parallel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# Author: Sam Reid (PhET Interactive Simulations)
# Author: Chris Malley
# Author: Jonathan Olson (from work in grunt-all.sh)
# Author: Jonathan Olson
#
#====================================================================================================

Expand Down
2 changes: 1 addition & 1 deletion bin/for-each.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# Author: Sam Reid
# Author: Chris Malley
# Author: Jonathan Olson (from work in grunt-all.sh)
# Author: Jonathan Olson
#
#====================================================================================================

Expand Down
40 changes: 0 additions & 40 deletions bin/grunt-all.sh

This file was deleted.

23 changes: 0 additions & 23 deletions bin/lodash-find.sh

This file was deleted.

42 changes: 0 additions & 42 deletions bin/print-all-licenses.sh

This file was deleted.

1 change: 0 additions & 1 deletion bin/print-branches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#====================================================================================================
#
# For each active repository, prints the names of all remote branches.
# TODO: ASK DEVS: Delete this and prefer javascript code, https://github.com/phetsims/chipper/issues/1461
#
# Author: Chris Malley
#
Expand Down
1 change: 0 additions & 1 deletion bin/print-missing-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Prints a list of repos that are missing from your working copy.
# Requires perennial repo to be checked out at the top-level of your working copy,
# and all other repos to be siblings of perennial.
# TODO: ASK DEVS: Delete this and prefer javascript code, https://github.com/phetsims/chipper/issues/1461
#
# Author: Chris Malley (PixelZoom, Inc.)
# Author: Jonathan Olson <jonathan.olson@colorado.edu>
Expand Down
28 changes: 0 additions & 28 deletions bin/print-shas.sh

This file was deleted.

0 comments on commit e08e18d

Please sign in to comment.