Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 09f02592 authored by Robert Nelson's avatar Robert Nelson
Browse files

source: add https://github.com/mvduin/py-uio to /opt/source/py-uio


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent bbd0aac3
Branches
Tags
No related merge requests found
#!/bin/sh -e
#
# Copyright (c) 2014-2017 Robert Nelson <robertcnelson@gmail.com>
# Copyright (c) 2014-2018 Robert Nelson <robertcnelson@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
......@@ -303,6 +303,10 @@ install_git_repos () {
fi
fi
git_repo="https://github.com/mvduin/py-uio"
git_target_dir="/opt/source/py-uio"
git_clone
#beagle-tester
git_repo="https://github.com/jadonk/beagle-tester"
git_target_dir="/opt/source/beagle-tester"
......
#!/bin/sh -e
#
# Copyright (c) 2014-2016 Robert Nelson <robertcnelson@gmail.com>
# Copyright (c) 2014-2018 Robert Nelson <robertcnelson@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
......@@ -306,6 +306,10 @@ install_git_repos () {
git_target_dir="/opt/source/Robotics_Cape_Installer"
git_clone
git_repo="https://github.com/mvduin/py-uio"
git_target_dir="/opt/source/py-uio"
git_clone
#beagle-tester
git_repo="https://github.com/jadonk/beagle-tester"
git_target_dir="/opt/source/beagle-tester"
......
#!/bin/sh -e
#
# Copyright (c) 2014-2017 Robert Nelson <robertcnelson@gmail.com>
# Copyright (c) 2014-2018 Robert Nelson <robertcnelson@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
......@@ -346,6 +346,10 @@ install_git_repos () {
fi
fi
git_repo="https://github.com/mvduin/py-uio"
git_target_dir="/opt/source/py-uio"
#git_clone
#beagle-tester
git_repo="https://github.com/jadonk/beagle-tester"
git_target_dir="/opt/source/beagle-tester"
......
#!/bin/sh -e
#
# Copyright (c) 2014-2017 Robert Nelson <robertcnelson@gmail.com>
# Copyright (c) 2014-2018 Robert Nelson <robertcnelson@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
......@@ -346,6 +346,10 @@ install_git_repos () {
fi
fi
git_repo="https://github.com/mvduin/py-uio"
git_target_dir="/opt/source/py-uio"
git_clone
#beagle-tester
git_repo="https://github.com/jadonk/beagle-tester"
git_target_dir="/opt/source/beagle-tester"
......
#!/bin/sh -e
#
# Copyright (c) 2014-2017 Robert Nelson <robertcnelson@gmail.com>
# Copyright (c) 2014-2018 Robert Nelson <robertcnelson@gmail.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
......@@ -332,6 +332,10 @@ install_git_repos () {
git_target_dir="/opt/source/Robotics_Cape_Installer"
git_clone
git_repo="https://github.com/mvduin/py-uio"
git_target_dir="/opt/source/py-uio"
git_clone
#beagle-tester
git_repo="https://github.com/jadonk/beagle-tester"
git_target_dir="/opt/source/beagle-tester"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment