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