djencks commented on a change in pull request #741:
URL: https://github.com/apache/camel-website/pull/741#discussion_r799988391



##########
File path: Jenkinsfile
##########
@@ -94,7 +94,7 @@ pipeline {
             steps {
                 dir('deploy/live') {
                     deleteDir()
-                    sh 'git clone -b asf-site 
https://gitbox.apache.org/repos/asf/camel-website.git .'
+                    sh 'git clone -b asf-site 
https://gitbox.apache.org/repos/asf/camel-website-pub.git .'
                     sh "git -c core.editor='sed -i 2,/\$(git log --skip=9 -1 
--pretty=format:%h)/s/^pick/squash/' rebase -q --interactive $STOP_SQUASH_AT" 
// squash all but initial and last 9 commits

Review comment:
       I also think we should stop squashing, and just keep all the history.  
It doesn't slow down our website deploy, in fact it should be marginally 
quicker as no squash is needed.  If we tag the site just before we remove an 
outdated subproject version, we can point then people to the old documentation 
rather easily.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to