Changeset 2745496
- Timestamp:
- 06/20/2022 07:46:00 PM (4 years ago)
- Location:
- spocket/trunk
- Files:
-
- 1 deleted
- 1 edited
-
deploy.sh (modified) (1 diff)
-
httpful.phar (deleted)
Legend:
- Unmodified
- Added
- Removed
-
spocket/trunk/deploy.sh
r2745493 r2745496 108 108 109 109 # Add all new files that are not set to be ignored 110 svn delete httpful.phar 110 111 svn status | grep -v "^.[ \t]*\..*" | grep "^?" | awk '{print $2}' | xargs svn add 111 112 svn commit --username=$SVNUSER -m "$COMMITMSG"
Note: See TracChangeset
for help on using the changeset viewer.