blob: 0095491044ad72ecdb3faf2716114ca024bd6102 [file] [log] [blame]
jlanuti6f30d402007-04-18 19:54:42 +00001
2declaredStream=$1
3declaredDir=$2
4
5FROMDIR=$HOME/downloads/webtools/committers/drops
6FROMDIR=$FROMDIR/${declaredStream}/${declaredDir}/updateSite
7
8TODIR=$HOME/downloads/webtools/declaredUpdates
9
10echo "declaring update ${declaredDir} on buildstream ${declaredStream}"
11echo " into ${TODIR}"
12echo " using the build from ${FROMDIR}"
13
14
15# update the update site with changes only
16rsync --ignore-existing -rv $FROMDIR/features $TODIR
17rsync --ignore-existing -rv $FROMDIR/plugins $TODIR