Pārlūkot izejas kodu

change scripts to open62541 organization

Julius Pfrommer 8 gadi atpakaļ
vecāks
revīzija
5c6bea5b99
2 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 2 2
      tools/.deployGH_doc.sh
  2. 2 2
      tools/.deployGH_release.sh

+ 2 - 2
tools/.deployGH_doc.sh

@@ -5,7 +5,7 @@
 # Doxygen docs and single-source distributions to open62541-www
 #
 
-git clone --depth=5 -b gh-pages https://$GITAUTH@github.com/acplt/open62541-www
+git clone --depth=5 -b gh-pages https://$GITAUTH@github.com/open62541/open62541-www
 cd open62541-www
 #handle doc
 git rm -r -f doc
@@ -15,6 +15,6 @@ git config --global user.email "open62541-travis-ci@users.noreply.github.com"
 git config --global user.name "Open62541 travis-ci"
 git config --global push.default simple
 git commit -am "updated generated documentation on webpage by travis-ci [ci skip]"
-git push https://$GITAUTH@github.com/acplt/open62541-www
+git push https://$GITAUTH@github.com/open62541/open62541-www
 cd ..
 rm -rf open62541-www

+ 2 - 2
tools/.deployGH_release.sh

@@ -12,7 +12,7 @@ BRANCH="$(git log --pretty=format:"%d" --date=iso --abbrev=10 --all -1)"
 DATE="$(git log --pretty=format:"%ad" --date=iso --abbrev=10 --all -1)"
 COMMENT="$(git log --pretty=format:"%s" --date=iso --abbrev=10 --all -1)"
 
-git clone --depth=5 -b gh-pages https://$GITAUTH@github.com/acplt/open62541-www
+git clone --depth=5 -b gh-pages https://$GITAUTH@github.com/open62541/open62541-www
 cd open62541-www
 #hanndle releases
 cd releases
@@ -49,6 +49,6 @@ git config --global user.email "open62541-travis-ci@users.noreply.github.com"
 git config --global user.name "Open62541 travis-ci"
 git config --global push.default simple
 git commit -am "added release files and updated releases webpage by travis-ci [ci skip]"
-git push https://$GITAUTH@github.com/acplt/open62541-www
+git push https://$GITAUTH@github.com/open62541/open62541-www
 cd ..
 rm -rf open62541-www