[jbosstools-issues] [JBoss JIRA] (JBDS-2028) publishing script no longer moving staging/foo.next to staging.previous/foo

Nick Boldt (JIRA) jira-events at lists.jboss.org
Mon Feb 20 13:22:36 EST 2012


Nick Boldt created JBDS-2028:
--------------------------------

             Summary: publishing script no longer moving staging/foo.next to staging.previous/foo
                 Key: JBDS-2028
                 URL: https://issues.jboss.org/browse/JBDS-2028
             Project: Developer Studio (JBoss Developer Studio)
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Build
    Affects Versions: 5.0.0.Beta1
            Reporter: Nick Boldt
            Assignee: Nick Boldt
             Fix For: 5.0.0.Beta1


In hudson at dev01:~/STATIC/jbds/builds/staging, we see a lot of *.next folders. These should be moved as follows:

rm -fr ~/STATIC/jbds/builds/staging.previous/${JOB_NAME}
mv ~/STATIC/jbds/builds/staging/${JOB_NAME} ~/STATIC/jbds/builds/staging.previous/
mv ~/STATIC/jbds/builds/staging/${JOB_NAME}.next ~/STATIC/jbds/builds/staging/${JOB_NAME}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list