~james-page/ubuntu-openstack-ci/drop-tox-from-slave-config

« back to all changes in this revision

Viewing changes to run/job-parts/deprecated/build_juju_stat.sh

  • Committer: Ryan Beisner
  • Date: 2018-12-13 21:10:41 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: ryan.beisner@canonical.com-20181213211041-5xw4jn4u17ujbv6o
Actually remove the deprecated things

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash -ue
2
 
echo $0
3
 
 
4
 
# Source the common functions
5
 
. ${OSCI_ROOT}/run/job-parts/osci_job_common.sh
6
 
 
7
 
f_fresh_clean_start
8
 
f_env_no_pass
9
 
 
10
 
f_line "Begin juju stat"
11
 
f_juju_get_pkg_info juju-pkg-info.txt
12
 
f_juju_stat
13
 
f_line "End juju stat"
14
 
 
15
 
f_nice_finish
16
 
f_check_fail
17