The cr.openjdk.org server provides storage and display ofmaterials and artifacts related to theOpenJDK Community. Anyone with anOpenJDK user name can publish materials on the cr.openjdk.orgserver. Users can upload files to temporary storage using securemethods (rsync, scp, and sftp).
This site is for open source materials related to the OpenJDKCommunity only. Users uploading inappropriate materials will loseaccess and the material will be deleted. Please review theTerms of Use.
Special note to developers working on closed artifacts: Thiscr.openjdk.org server is intended for OpenJDK materials only.Please use an alterative process.
A developer called “username” transfers a local treenamed "duke" to their home directory on cr.openjdk.org using scp orrsync:
scp -r duke username@cr.openjdk.org:or
rsync -av duke username@cr.openjdk.org:Notes:
The results will be published at:
https://cr.openjdk.org/~username/dukeLater on, if it is time to clean up, use sftp to access yourcode review directory:
sftp username@cr.openjdk.orgUse therm command to delete individual files. Ifyou want to delete a tree of files and directories, use therename command to move them into your ~/.trashsubdirectory. To continue with the example for "duke":
rename duke .trash/dukeA cron job on the cr.openjdk.org server will periodically emptythe trash for all users.
Please send feedback toweb-discuss at openjdk dot org.