Skip to content

Commit d84200d

Browse files
committed
Move UpdateCommon scripts from Utils to Scripts
Change-Id: I9838b12b80825d6bdd164e01feb220652afddb33
1 parent 4cd6b96 commit d84200d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

BUILD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ order to clone/update any dependent repositories.
1313
#### Prerequisites
1414
* This step requires that python be installed on the system. Python can be installed from https://www.python.org/
1515
#### Instructions
16-
* Simply execute the [UpdateCommon.py](Utils/UpdateCommon.py) python script located in the [Utils](Utils) directory:
17-
* __python Utils/UpdateCommon.py__
16+
* Simply execute the [UpdateCommon.py](Scripts/UpdateCommon.py) python script located in the [Scripts](Scripts) directory:
17+
* __python Scripts/UpdateCommon.py__
1818
This script will clone any dependent repositories that are not present on the system. If any of the dependent repositories are already
1919
present on the system, this script will instead do a "git pull" on those repositories to ensure that they are up to date. Please re-run
2020
this script everytime you pull new changes from GPA repository.

Common/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
If the only subdirectory in this Common directory is Common/Lib/AMD/GPUPerfAPI, then you have probably forgotten to execute the
2-
[UpdateCommon.py](../Utils/UpdateCommon.py) script in the [Utils](../Utils) directory.
2+
[UpdateCommon.py](../Scripts/UpdateCommon.py) script in the [Scripts](../Scripts) directory.
33
Please see the instructions in [BUILD.md](../BUILD.md#DependentRepos)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ is used by both CodeXL and GPU PerfStudio.
4848
To clone the GPA repository, execute the following git commands
4949
* git clone https://github.com/GPUOpen-Tools/GPA.git
5050
After cloning the repository, please run the following python script to retrieve the required dependencies (see [BUILD.md](BUILD.md) for more information):
51-
* python Utils/UpdateCommon.py
51+
* python Scripts/UpdateCommon.py
5252
UpdateCommon has replaced the use of git submodules in the GPA repository
5353

5454
<A NAME="Source">
@@ -70,7 +70,7 @@ UpdateCommon has replaced the use of git submodules in the GPA repository
7070
* [GPUPerfAPIUnitTests](Src/GPUPerfAPIUnitTests) - contains a small set of unit tests for GPUPerfAPI
7171
* [PublicCounterCompiler](Src/PublicCounterCompiler) - source code for a tool to generate C++ code for public counters from text files defining the counters.
7272
* [PublicCounterCompilerInputFiles](Src/PublicCounterCompilerInputFiles) - input files that can be fed as input to the PublicCounterCompiler tool
73-
* [Utils](Utils) -- scripts to use to clone/update dependent repositories
73+
* [Scripts](Scripts) -- scripts to use to clone/update dependent repositories
7474

7575
<A NAME="PublicInternal">
7676
## "Public" vs "Internal" Versions
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)