~webapps/webapps-applications/pbuilderjenkins-sitetests

« back to all changes in this revision

Viewing changes to hooks/D00dependency_hooks

  • Committer: Víctor R. Ruiz
  • Date: 2012-06-15 15:41:55 UTC
  • Revision ID: victor.ruiz@canonical.com-20120615154155-cos1g065e3fd2573
Filter output. Comment set -ex

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
 
3
 
set -ex
 
3
# set -ex
4
4
 
5
5
hooks="dependency_hooks/D*"
6
6
 
7
7
for h in $hooks
8
8
do
9
9
        $h
10
 
done
 
 
b'\\ No newline at end of file'
 
10
done