Advertisement
dfarrell07

dist_dev_build_working

Mar 6th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. 03:37:56 + read -ra PATCHES
  2. 03:37:56 + distribution_status=not_included
  3. 03:37:56 + for patch_code in '"${PATCHES[@]}"'
  4. 03:37:56 + echo 'working on integration/distribution=85/51985/2'
  5. 03:37:56 working on integration/distribution=85/51985/2
  6. 03:37:56 ++ echo integration/distribution=85/51985/2
  7. 03:37:56 ++ cut -d: -f 1
  8. 03:37:56 ++ cut -d= -f 1
  9. 03:37:56 + PROJECT=integration/distribution
  10. 03:37:56 + '[' integration/distribution == integration/distribution ']'
  11. 03:37:56 + distribution_status=included
  12. 03:37:56 + PROJECT_SHORTNAME=distribution
  13. 03:37:56 + echo 'cloning project integration/distribution'
  14. 03:37:56 cloning project integration/distribution
  15. 03:37:56 + git clone https://git.opendaylight.org/gerrit/p/integration/distribution
  16. 03:37:56 Cloning into 'distribution'...
  17. 03:37:57 + echo '<module>distribution</module>'
  18. 03:37:57 + cd distribution
  19. 03:37:57 ++ echo integration/distribution=85/51985/2
  20. 03:37:57 ++ cut -d= -s -f 2
  21. 03:37:57 ++ cut -d: -f 1
  22. 03:37:57 + CHECKOUT=85/51985/2
  23. 03:37:57 + '[' x85/51985/2 '!=' x ']'
  24. 03:37:57 + echo 'checking out 85/51985/2'
  25. 03:37:57 checking out 85/51985/2
  26. 03:37:57 + git fetch https://git.opendaylight.org/gerrit/integration/distribution refs/changes/85/51985/2
  27. 03:37:57 From https://git.opendaylight.org/gerrit/integration/distribution
  28. 03:37:57 * branch refs/changes/85/51985/2 -> FETCH_HEAD
  29. 03:37:57 + git checkout FETCH_HEAD
  30. 03:37:57 Note: checking out 'FETCH_HEAD'.
  31. 03:37:57
  32. 03:37:57 You are in 'detached HEAD' state. You can look around, make experimental
  33. 03:37:57 changes and commit them, and you can discard any commits you make in this
  34. 03:37:57 state without impacting any branches by performing another checkout.
  35. 03:37:57
  36. 03:37:57 If you want to create a new branch to retain commits you create, you may
  37. 03:37:57 do so (now or later) by using -b with the checkout command again. Example:
  38. 03:37:57
  39. 03:37:57 git checkout -b new_branch_name
  40. 03:37:57
  41. 03:37:57 HEAD is now at 267d3f4... WIP: Add minimal distro for OPNFV
  42. 03:37:57 ++ cut -d: -s -f 2-
  43. 03:37:57 ++ echo integration/distribution=85/51985/2
  44. 03:37:57 + PICK_SEGMENT=
  45. 03:37:57 + IFS=:
  46. 03:37:57 + read -ra PICKS
  47. 03:37:57 + cd /w/workspace/integration-multipatch-test-carbon/patch_tester
  48. 03:37:57 + '[' included == not_included ']'
  49. 03:37:57 + echo '</modules>'
  50. 03:37:57 + echo '</project>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement