This commit is contained in:
2022-08-09 00:58:37 +00:00
parent a6a79ead77
commit 0502d8ee99
2 changed files with 25 additions and 21 deletions

View File

@@ -103,16 +103,23 @@ NOTES:
Once tests pass within expected parameters move on to next step
## MOVE PRIOR VERSION INSTALLERS TO PREVIOUS
## MOVE PRIOR VERSION INSTALLER TO "VAULT"
### PREVIOUS FOLDER
Clean out the previous previous download from the previous folder
NOTE: if this is the final major release then it should go in the "old" folder in a dated or versioned sub-folder in case it needs to be resurrected at some future date
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)
### OLD FOLDER
NOTE: Every posted release MUST go into this folder release then it should go in the "old" folder in a versioned sub-folder
This is really important because users are eligible to download the final old release of their support and updates level so we will probably need to give out the urls to download old versions to people that didn't keep up to date
### DELETE CURRENT DOWNLOADS (or ignore and overwrite maybe easier and safer anyway)
(OR JUST OVERWRITE THEM IS EASIER)