Groups community portal gating tasks

Build dist-tarball in local directory.

Change-Id: Iaacb1fd172033978666e409406296263f071798c
This commit is contained in:
Marton Kiss 2014-01-17 11:27:02 +01:00
parent eeb24cd279
commit 0f2ce58fbd

View File

@ -21,9 +21,8 @@ GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER
EOF
# build distribution tarball
cd groups
drush make --tar build-groups.make ../groups-snapshot.tar.gz
cd ..
drush make build-groups.make dist
tar -czf groups-snapshot.tar.gz dist/
# drush alias template
cat >~/.drush/aliases.drushrc.php <<EOF