Skip to content

Instantly share code, notes, and snippets.

@imesh
Created July 11, 2015 04:24
Show Gist options
  • Save imesh/cd27844e8591e754dfc0 to your computer and use it in GitHub Desktop.
Save imesh/cd27844e8591e754dfc0 to your computer and use it in GitHub Desktop.
Fix stratos source release package
#!/bin/bash
set -e
stratos_version="4.1.0"
unzip stratos-parent-${stratos_version}-source-release.zip
rm stratos-parent-${stratos_version}/DEPENDENCIES
mv stratos-parent-${stratos_version} apache-stratos-${stratos_version}-source-release
zip -r apache-stratos-${stratos_version}-source-release.zip apache-stratos-${stratos_version}-source-release/*
rm stratos-parent-${stratos_version}-source-release.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment