remove outdated shell scripts
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
RELEASE=$1
|
||||
|
||||
svn copy -m "Branching for the $RELEASE release" http://svn.openlayers.org/trunk/openlayers http://svn.openlayers.org/branches/openlayers/$RELEASE
|
||||
@@ -1,18 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
# This script assumes a local clone of the openlayers github repository. This
|
||||
# clone needs to be configured with an svn remote to the openlayers svn. Here
|
||||
# are the actual steps to get the clone and configure it properly:
|
||||
#
|
||||
# $ git clone git@github.com:openlayers/openlayers.git
|
||||
# $ git svn init -T trunk/openlayers -t tags/openlayers -b branches/openlayers http://svn.openlayers.org/
|
||||
#
|
||||
# To run this script change to the local clone first:
|
||||
#
|
||||
# $ cd openlayers
|
||||
# $ git_to_svn.sh
|
||||
|
||||
git pull origin master
|
||||
git svn rebase
|
||||
git svn dcommit
|
||||
@@ -1,28 +0,0 @@
|
||||
#!/bin/sh -x
|
||||
|
||||
svn export http://svn.openlayers.org/tags/openlayers/release-$VERSION OpenLayers-$VERSION
|
||||
cd OpenLayers-$VERSION/build
|
||||
./build.py
|
||||
mkdir /osgeo/openlayers/docs/api/$VERSION
|
||||
cd ..
|
||||
cp build/OpenLayers.js /osgeo/openlayers/docs/api/$VERSION
|
||||
cp -a img/ /osgeo/openlayers/docs/api/$VERSION
|
||||
cp -a theme/ /osgeo/openlayers/docs/api/$VERSION
|
||||
|
||||
|
||||
# First remove all .pyc files from the directory.
|
||||
rm tools/*.pyc
|
||||
# move single file version
|
||||
cp build/OpenLayers.js OpenLayers.js
|
||||
rm build/OpenLayers.js
|
||||
|
||||
cd ..
|
||||
mkdir OpenLayers-$VERSION/doc/devdocs
|
||||
naturaldocs -i OpenLayers-$VERSION/lib -o HTML OpenLayers-$VERSION/doc/devdocs -p OpenLayers-$VERSION/doc_config -s Default OL
|
||||
mkdir OpenLayers-$VERSION/doc/apidocs
|
||||
naturaldocs -i OpenLayers-$VERSION/lib -o HTML OpenLayers-$VERSION/doc/apidocs -p OpenLayers-$VERSION/apidoc_config -s Default OL
|
||||
|
||||
tar cvfz OpenLayers-$VERSION.tar.gz OpenLayers-$VERSION/
|
||||
cp OpenLayers-$VERSION.tar.gz /osgeo/openlayers/docs/download
|
||||
zip -9r OpenLayers-$VERSION.zip OpenLayers-$VERSION/
|
||||
|
||||
Reference in New Issue
Block a user