released beta-0.9
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
### Bump version numbers:
|
||||
|
||||
Search and replace 8.0.0-beta.0.9
|
||||
Search and replace 8.0.0-beta.0.10
|
||||
webapp,server,launcher, v8migrate
|
||||
|
||||
Client end ayanova-version.js,
|
||||
@@ -73,10 +73,10 @@ Once tests pass within expected parameters move on to next step
|
||||
Clean out the previous previous download from the previous folder
|
||||
NOTE: if this is the final major release then it should go in the applicable download folder
|
||||
|
||||
Move the existing downloads to the previous folder
|
||||
NOTE: This changes the date and time of the files, probably should be a MOVE command instead of a copy? Not sure will need to experiment
|
||||
root@ubuntu-s-1vcpu-1gb-amd-sfo3-01:/var/www/html/ayanova.com/download# cp * ./previous
|
||||
(note: will not copy folders so ok to use)
|
||||
Copy the existing downloads to the previous folder preserving (-p) the timestamps
|
||||
Change directory to the previous folder
|
||||
From the previous folder: cp ../* . -p
|
||||
(note: will not copy folders so ok to use)
|
||||
|
||||
### DELETE CURRENT DOWNLOADS
|
||||
root@ubuntu-s-1vcpu-1gb-amd-sfo3-01:/var/www/html/ayanova.com/download# rm *
|
||||
|
||||
Reference in New Issue
Block a user