[JIRA] (JENKINS-38134) Generate checksums for war, Windows and OS X distributables

2016-11-11 Thread afernan...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Armando Fernandez resolved as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38134  
 
 
  Generate checksums for war, Windows and OS X distributables   
 

  
 
 
 
 

 
Change By: 
 Armando Fernandez  
 
 
Status: 
 In Progress Resolved  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38134) Generate checksums for war, Windows and OS X distributables

2016-11-11 Thread afernan...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Armando Fernandez commented on  JENKINS-38134  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Generate checksums for war, Windows and OS X distributables   
 

  
 
 
 
 

 
 Shasums are now being generated for osx, windows and war distributables. Examples: 
 
OSS OsX distributable. See how latest releases have their sha256 files available. 
OSS Windows distributable. See how latest releases have their sha256 files available. 
OSS War (2.30). See how 2.30, latest war version, has its sha256 file available. 
 Marking this issue as resolved now.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38134) Generate checksums for war, Windows and OS X distributables

2016-11-01 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-38134  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Generate checksums for war, Windows and OS X distributables   
 

  
 
 
 
 

 
 Code changed in jenkins User: Kohsuke Kawaguchi Path: Makefile toolAvailability.sh http://jenkins-ci.org/commit/packaging/6bb93ed19b0ed8809f92ee7a6f06d46b4d268179 Log: Revert "JENKINS-38134 Check sha256sum tool availability." This reverts commit 4563dc4186d7075bdc6d84817670d2edc43332b1. The publish rule doesn't work with my make, and AFAIK this is simply invalid syntax. I don't think make has a provision for running a command prior to attaining other rules. 
 

 
 
 + make WAR=... JENKINS_URL=... BRAND=... BUILDENV=... CREDENTIAL=... publish 
 
 
 bash ./toolAvailability.sh 
 
 
 war.publish msi.publish osx.publish deb.publish rpm.publish suse.publish 
 
 
 make: war.publish: Command not found 
 
 
 make: *** [publish] Error 127 
 

 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 

[JIRA] (JENKINS-38134) Generate checksums for war, Windows and OS X distributables

2016-10-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-38134  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Generate checksums for war, Windows and OS X distributables   
 

  
 
 
 
 

 
 Code changed in jenkins User: R. Tyler Croy Path: Makefile msi/publish.sh osx/publish.sh setup.mk toolAvailability.sh http://jenkins-ci.org/commit/packaging/f4852a0c1f1719ee9dbd828b5ef7bf29c1a64538 Log: Merge pull request #75 from armfergom/JENKINS-38134 JENKINS-38134 Generate checksums for war, Windows and OS X distributables Compare: https://github.com/jenkinsci/packaging/compare/a6cc350eed22...f4852a0c1f17  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38134) Generate checksums for war, Windows and OS X distributables

2016-10-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-38134  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Generate checksums for war, Windows and OS X distributables   
 

  
 
 
 
 

 
 Code changed in jenkins User: Armando Fernandez Path: Makefile toolAvailability.sh http://jenkins-ci.org/commit/packaging/4563dc4186d7075bdc6d84817670d2edc43332b1 Log: JENKINS-38134 Check sha256sum tool availability.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38134) Generate checksums for war, Windows and OS X distributables

2016-10-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-38134  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Generate checksums for war, Windows and OS X distributables   
 

  
 
 
 
 

 
 Code changed in jenkins User: Armando Fernandez Path: Makefile msi/publish.sh osx/publish.sh setup.mk http://jenkins-ci.org/commit/packaging/768a47b87d1753ab33ec9880f6856d41a67dde5b Log: JENKINS-38134 Generate FILENAME.sha256 files for osx, windows and war.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38134) Generate checksums for war, Windows and OS X distributables

2016-10-30 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-38134  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Generate checksums for war, Windows and OS X distributables   
 

  
 
 
 
 

 
 Code changed in jenkins User: Armando Fernandez Path: msi/publish.sh osx/publish.sh http://jenkins-ci.org/commit/packaging/b68659325f630ce7c454cb50e4f530f9b0123fd3 Log: JENKINS-38134 Enabled pipefail in modified scripts  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38134) Generate checksums for war, Windows and OS X distributables

2016-10-04 Thread afernan...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Armando Fernandez updated  JENKINS-38134  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38134  
 
 
  Generate checksums for war, Windows and OS X distributables   
 

  
 
 
 
 

 
Change By: 
 Armando Fernandez  
 
 
Status: 
 In  Review  Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38134) Generate checksums for war, Windows and OS X distributables

2016-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-38134  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Generate checksums for war, Windows and OS X distributables   
 

  
 
 
 
 

 
 Code changed in jenkins User: Daniel Beck Path: Makefile msi/publish.sh osx/publish.sh setup.mk http://jenkins-ci.org/commit/packaging/2ab413be28a67b15413e65116c719c971fa8f145 Log: Revert "JENKINS-38134 Generate shasum for war, windows and osx installers" This reverts commit 916f556aad4d6fbbc7c8044c3056005cb29f652f.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38134) Generate checksums for war, Windows and OS X distributables

2016-10-02 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-38134  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Generate checksums for war, Windows and OS X distributables   
 

  
 
 
 
 

 
 Code changed in jenkins User: Daniel Beck Path: Makefile msi/publish.sh osx/publish.sh setup.mk http://jenkins-ci.org/commit/packaging/6ebdddca9e01bd8896fc2c829bce4bd7f34218b4 Log: Merge pull request #74 from daniel-beck/revert-69 Revert "JENKINS-38134 Generate shasum for war, windows and osx inst… Compare: https://github.com/jenkinsci/packaging/compare/298a4ca518a1...6ebdddca9e01  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38134) Generate checksums for war, Windows and OS X distributables

2016-09-26 Thread afernan...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Armando Fernandez commented on  JENKINS-38134  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Generate checksums for war, Windows and OS X distributables   
 

  
 
 
 
 

 
 Filed another PR for this. See PR description.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38134) Generate checksums for war, Windows and OS X distributables

2016-09-20 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-38134  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Generate checksums for war, Windows and OS X distributables   
 

  
 
 
 
 

 
 Code changed in jenkins User: Armando Fernandez Path: Makefile msi/publish.sh osx/publish.sh setup.mk http://jenkins-ci.org/commit/packaging/916f556aad4d6fbbc7c8044c3056005cb29f652f Log: JENKINS-38134 Generate shasum for war, windows and osx installers  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38134) Generate checksums for war, Windows and OS X distributables

2016-09-20 Thread scm_issue_l...@java.net (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 SCM/JIRA link daemon commented on  JENKINS-38134  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Generate checksums for war, Windows and OS X distributables   
 

  
 
 
 
 

 
 Code changed in jenkins User: James Nord Path: Makefile msi/publish.sh osx/publish.sh setup.mk http://jenkins-ci.org/commit/packaging/25aaec9d5f459b2627aaad9808e57993f453ada4 Log: Merge pull request #69 from armfergom/JENKINS-38134 JENKINS-38134 Generate shasum for war, windows and osx installers Compare: https://github.com/jenkinsci/packaging/compare/1023a9338f74...25aaec9d5f45  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38134) Generate checksums for war, Windows and OS X distributables

2016-09-20 Thread rec...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Manuel Recena Soto updated  JENKINS-38134  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38134  
 
 
  Generate checksums for war, Windows and OS X distributables   
 

  
 
 
 
 

 
Change By: 
 Manuel Recena Soto  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38134) Generate checksums for war, Windows and OS X distributables

2016-09-15 Thread afernan...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Armando Fernandez started work on  JENKINS-38134  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Armando Fernandez  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38134) Generate checksums for war, Windows and OS X distributables

2016-09-12 Thread afernan...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Armando Fernandez assigned an issue to Armando Fernandez  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38134  
 
 
  Generate checksums for war, Windows and OS X distributables   
 

  
 
 
 
 

 
Change By: 
 Armando Fernandez  
 
 
Assignee: 
 Kohsuke Kawaguchi Armando Fernandez  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-38134) Generate checksums for war, Windows and OS X distributables

2016-09-12 Thread afernan...@cloudbees.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Armando Fernandez created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-38134  
 
 
  Generate checksums for war, Windows and OS X distributables   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Kohsuke Kawaguchi  
 
 
Components: 
 packaging  
 
 
Created: 
 2016/Sep/12 1:44 PM  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Armando Fernandez  
 

  
 
 
 
 

 
 To be able to perform integrity checks on war, windows and osx distributables, it would be desirable to calculate and publish their checksums (sha256sum preferably). I was not able to find them in the downloads page (war, Windows, OS X)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment