~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_sync_lp2gh.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 -e
2
 
 
3
 
. ${OSCI_ROOT}/run/job-parts/osci_job_common.sh
4
 
f_skip_juju_lxc
5
 
f_fresh_clean_start
6
 
f_env_no_pass
7
 
f_tool_refresh_migration_tools
8
 
f_vcs_configure
9
 
 
10
 
cd $UOSCI_MIG_TOOLS_ROOT/togithub
11
 
 
12
 
f_line "Grab bzr branches"
13
 
./get-charms
14
 
 
15
 
f_line "Migrate bzr branches to git repositories"
16
 
./import-charms
17
 
 
18
 
f_line "Push to github"
19
 
./push-charms
20
 
 
21
 
f_nice_finish
22
 
f_check_fail