Skip to content

Commit 7fd20cb

Browse files
eseyffarthMattias Schlenker
authored andcommitted
pick-24 specify code blocks as HTML to prevent rendering errors
1 parent 142daed commit 7fd20cb

File tree

2 files changed

+25
-13
lines changed

2 files changed

+25
-13
lines changed

src/onprem/de/robotmk.asciidoc

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -871,14 +871,16 @@ Unter *Windows:*
871871

872872
Für die Headless-Ausführung unter dem LocalSystem-Konto:
873873

874-
[{shell}]
874+
[{cmd}]
875+
[.copybutton]
875876
----
876877
C:\robots> set ROBOCORP_HOME=C:\robotmk\rcc_home\current_user
877878
----
878879

879880
Für die Robots, die Desktop-Zugriff und einen entsprechenden Nutzer benötigen:
880881

881-
[{shell}]
882+
[{cmd}]
883+
[.copybutton]
882884
----
883885
C:\robots> set ROBOCORP_HOME=C:\robotmk\rcc_home\HarryHirsch
884886
----
@@ -901,7 +903,8 @@ Für die Robots, die Desktop-Zugriff und einen entsprechenden Nutzer benötigen:
901903

902904
Anschließend können Sie Ihr Bot-Verzeichnis betreten und die Umgebung/den Katalog bauen:
903905

904-
[{shell}]
906+
[{cmd}]
907+
[.copybutton]
905908
----
906909
C:\robots> cd myrobot
907910
C:\robots\myrobot> rcc holotree vars
@@ -914,7 +917,8 @@ Nun muss der Katalog als ZIP exportiert werden.
914917
Prüfen Sie zunächst, ob ein Hololib-Katalog mit dem korrekten Holotree-Pfad existiert.
915918
Dazu benötigen Sie den Hash der `conda.yaml`:
916919

917-
[{shell}]
920+
[{cmd}]
921+
[.copybutton]
918922
----
919923
C:\robots\myrobot> rcc holotree hash conda.yaml
920924
@@ -923,7 +927,8 @@ Blueprint hash for [conda.yaml] is #296bd91e514e7d1d#
923927

924928
Lassen Sie sich anschließend alle verfügbaren Hololib-Kataloge anzeigen (Ausgabe gekürzt):
925929

926-
[{shell}]
930+
[{cmd}]
931+
[.copybutton]
927932
----
928933
C:\robots\myrobot> rcc holotree catalogs
929934
@@ -936,7 +941,8 @@ Blueprint Platform Dirs Files Size Relocate Holotree pa
936941

937942
Wenn sich der Hash in der Liste wiederfindet, können Sie exportieren:
938943

939-
[{shell}]
944+
[{cmd}]
945+
[.copybutton]
940946
----
941947
C:\robots\myrobot> rcc holotree export -r robot.yaml --zipfile myrobot-env.zip
942948
----

src/onprem/en/robotmk.asciidoc

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ error messages, status, configuration and test data are transmitted in several s
351351
The latter can be found in the `robotmk_suite_execution_report` section, here is an abbreviated excerpt:
352352

353353
.mysite-robot-host-agent.txt
354-
[{json}]
354+
[{file}]
355355
----
356356
<<<robotmk_suite_execution_report:sep(0)>>>
357357
{
@@ -860,14 +860,16 @@ Under *Windows:*
860860

861861
For the headless execution under the LocalSystem account:
862862

863-
[{shell}]
863+
[{cmd}]
864+
[.copybutton]
864865
----
865866
C:\robots> set ROBOCORP_HOME=C:\robotmk\rcc_home\current_user
866867
----
867868

868869
For robots that require desktop access and a corresponding user:
869870

870-
[{shell}]
871+
[{cmd}]
872+
[.copybutton]
871873
----
872874
C:\robots> set ROBOCORP_HOME=C:\robotmk\rcc_home\HarryHirsch
873875
----
@@ -890,7 +892,8 @@ For the robots that require desktop access and a corresponding user:
890892

891893
You can then enter your bot directory and build the environment/catalog:
892894

893-
[{shell}]
895+
[{cmd}]
896+
[.copybutton]
894897
----
895898
C:\robots> cd myrobot
896899
C:\robots\myrobot> rcc holotree vars
@@ -903,7 +906,8 @@ The catalog must now be exported as a ZIP.
903906
First check whether a Hololib catalog with the correct Holotree file path already exists.
904907
To do this, you need the hash of the `conda.yaml`:
905908

906-
[{shell}]
909+
[{cmd}]
910+
[.copybutton]
907911
----
908912
C:\robots\myrobot> rcc holotree hash conda.yaml
909913
@@ -912,7 +916,8 @@ Blueprint hash for [conda.yaml] is #296bd91e514e7d1d#
912916

913917
Then display all available Hololib catalogs (abridged version shown here):
914918

915-
[{shell}]
919+
[{cmd}]
920+
[.copybutton]
916921
----
917922
C:\robots\myrobot> rcc holotree catalogs
918923
@@ -924,7 +929,8 @@ Blueprint Platform Dirs Files Size Relocate Holotree pa
924929

925930
When the hash is found in the list, you can export:
926931

927-
[{shell}]
932+
[{cmd}]
933+
[.copybutton]
928934
----
929935
C:\robots\myrobot> rcc holotree export -r robot.yaml --zipfile myrobot-env.zip
930936
----

0 commit comments

Comments
 (0)