File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
2
2
.. Links
3
- .. _main repository : https://github.com/fledge/Fledge
3
+ .. _main repository : https://github.com/fledge-iot/fledge
4
4
5
5
6
6
*****************************
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ RUN apt-get install -y git rsyslog
9
9
10
10
WORKDIR /fledge-core
11
11
12
- RUN git clone --single-branch -b $FLEDGE_BRANCH https://github.com/fledge/Fledge .git
12
+ RUN git clone --single-branch -b $FLEDGE_BRANCH https://github.com/fledge-iot/fledge .git
13
13
14
14
RUN cd Fledge && \
15
15
chmod +x requirements.sh && \
Original file line number Diff line number Diff line change 22
22
set -e
23
23
24
24
PKG_ROOT=` pwd` # The script must be executed from the root git directory
25
- repo_name=" Fledge " # Name of the Git repository
25
+ repo_name=" fledge " # Name of the Git repository
26
26
branch=" master" # Default Git branch to use
27
27
pkg_name=" fledge" # Name of the package to build
28
28
architecture=" x86_64" # The architecture for which the rpm should be created
@@ -97,7 +97,7 @@ if [[ $skip_build == 0 ]]; then
97
97
echo WARNING: Repository ${repo_name} already exists, using the existing copy
98
98
(cd ${repo_name} ; git fetch --all; git pull ; git checkout " $branch " )
99
99
else
100
- git clone -b " $branch " https://github.com/fledge/${repo_name} .git
100
+ git clone -b " $branch " https://github.com/fledge-iot /${repo_name} .git
101
101
fi
102
102
103
103
GIT_ROOT=/tmp/" ${repo_name} "
Original file line number Diff line number Diff line change 83
83
echo WARNING: Repository ${REPO_NAME} already exists, using the existing copy
84
84
(cd ${REPO_NAME} ; git pull; git checkout " ${BRANCH_NAME} " )
85
85
else
86
- git clone -b ${BRANCH_NAME} --single-branch https://github.com/fledge/${REPO_NAME} .git
86
+ git clone -b ${BRANCH_NAME} --single-branch https://github.com/fledge-iot /${REPO_NAME} .git
87
87
fi
88
88
89
89
GIT_ROOT=/tmp/" ${REPO_NAME} "
Original file line number Diff line number Diff line change 96
96
echo WARNING: Repository $repos already exists, using the existing copy
97
97
(cd $repos ; git pull; git checkout " $branch " )
98
98
else
99
- git clone -b " $branch " https://github.com/fledge/${repos} .git
99
+ git clone -b " $branch " https://github.com/fledge-iot /${repos} .git
100
100
fi
101
101
102
102
GIT_ROOT=/tmp/" $repos "
Original file line number Diff line number Diff line change 87
87
echo WARNING: Repository ${REPO_NAME} already exists, using the existing copy
88
88
(cd ${REPO_NAME} ; git pull; git checkout " ${BRANCH_NAME} " )
89
89
else
90
- git clone -b ${BRANCH_NAME} --single-branch https://github.com/fledge/${REPO_NAME} .git
90
+ git clone -b ${BRANCH_NAME} --single-branch https://github.com/fledge-iot /${REPO_NAME} .git
91
91
fi
92
92
93
93
GIT_ROOT=/tmp/" ${REPO_NAME} "
Original file line number Diff line number Diff line change 115
115
echo WARNING: Repository ${REPO_NAME} already exists, using the existing copy
116
116
(cd ${REPO_NAME} ; git pull; git checkout " ${BRANCH_NAME} " )
117
117
else
118
- git clone -b " ${BRANCH_NAME} " https://github.com/fledge/${REPO_NAME} .git
118
+ git clone -b " ${BRANCH_NAME} " https://github.com/fledge-iot /${REPO_NAME} .git
119
119
fi
120
120
121
121
GIT_ROOT=/tmp/" ${REPO_NAME} "
You can’t perform that action at this time.
0 commit comments