Benutzer Diskussion:Xqt/Archiv/2024-1
Bitte Benutzer:CyrillTreptow entsperren
Moin @XenonX3, und gutes neues Jahr! ich habe ihm per Ticket:2024010310002472 erklärt, dass und wie er bezahltes Schreiben offenlegen muss. Dem Ton nach zu schließen, den er anschlägt, ist er gutwillig. Gruß, --Mussklprozz (Diskussion) 10:09, 3. Jan. 2024 (CET)
- Danke für die Entsperrung. Bitte entschuldigt meine Anfängerfehler. Ich werde mich bemühen, die Wikipedia-Regeln zu befolgen. --CyrillTreptow (Diskussion) 11:09, 3. Jan. 2024 (CET)
Gerrituploader
Hi, Xqt.
Du hast mir mal eine Methode gezeigt patches auf Gerrit hochzuladen (mit diff). Irgendwie komme ich damit nicht zurecht. ich versuche das Ergebnis von
diff -u patchedfile.py originalfile.py
einzufügen. Erhalte aber:
Result from uploading patch: git clone -v -v --depth=1 ssh://gerrit/pywikibot /tmp/tmpr668jgiy Cloning into '/tmp/tmpr668jgiy'... Server supports multi_ack_detailed Server supports side-band-64k Server supports ofs-delta Server version is JGit/v6.9.0.202403050737-r-23-gc0b415fb0 want c80956c4885458f2f4012ad5c4bfb4b8ec8ec46d (HEAD) done Total 4 (delta 0), reused 2 (delta 0) Note: checking out 'c80956c4885458f2f4012ad5c4bfb4b8ec8ec46d'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b <new-branch-name> git rev-parse --abbrev-ref HEAD HEAD git config user.name [[mw:User:Draco flavus]] git config user.email gerritpatchuploader@gmail.com git apply < patch error: corrupt patch at line 195 patch --no-backup-if-mismatch -p0 -u < patch can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -u __init__N.py __init__.py |--- __init__N.py 2024-05-25 18:41:35.570633479 +0200 |+++ __init__.py 2024-05-25 15:04:25.000000000 +0200 -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 35 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -u _factoryN.py _factory.py |--- _factoryN.py 2024-05-25 20:23:47.875430699 +0200 |+++ _factory.py 2024-05-25 15:04:25.000000000 +0200 -------------------------- File to patch: Skip this patch? [y] Skipping patch. patch unexpectedly ends in middle of line 5 out of 5 hunks ignored patch --no-backup-if-mismatch -p1 -u < patch can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -u __init__N.py __init__.py |--- __init__N.py 2024-05-25 18:41:35.570633479 +0200 |+++ __init__.py 2024-05-25 15:04:25.000000000 +0200 -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 35 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff -u _factoryN.py _factory.py |--- _factoryN.py 2024-05-25 20:23:47.875430699 +0200 |+++ _factory.py 2024-05-25 15:04:25.000000000 +0200 -------------------------- File to patch: Skip this patch? [y] Skipping patch. patch unexpectedly ends in middle of line 5 out of 5 hunks ignored
Hast du einen Rat für mich?
Viele Grüße
Draco flavus (Diskussion) 21:08, 25. Mai 2024 (CEST)
- Hi @Draco flavus:, sorry für die späte Antwort aber ich benutze das Tool nicht und habe auch keine richtige Idee. Wird das besser, wenn man nach Zeilen formatiert:
- -- @xqt 15:59, 8. Jul. 2024 (CEST)
:patch --no-backup-if-mismatch -p0 -u < patch :can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: :-------------------------- :|diff -u __init__N.py __init__.py :|--- __init__N.py 2024-05-25 18:41:35.570633479 +0200 :|+++ __init__.py 2024-05-25 15:04:25.000000000 +0200 :-------------------------- :File to patch: Skip this patch? [y] :Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 35 Perhaps you used the wrong -p or --strip option? :The text leading up to this was: :-------------------------- :|diff -u _factoryN.py _factory.py :|--- _factoryN.py 2024-05-25 20:23:47.875430699 +0200 :|+++ _factory.py 2024-05-25 15:04:25.000000000 +0200 :-------------------------- :File to patch: Skip this patch? [y] :Skipping patch. patch unexpectedly ends in middle of line 5 out of 5 hunks ignored :patch --no-backup-if-mismatch -p1 -u < patch :can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? :The text leading up to this was: :-------------------------- :|diff -u __init__N.py __init__.py :|--- __init__N.py 2024-05-25 18:41:35.570633479 +0200 :|+++ __init__.py 2024-05-25 15:04:25.000000000 +0200 :-------------------------- :File to patch: Skip this patch? [y] :Skipping patch. 1 out of 1 hunk ignored can't find file to patch at input line 35 Perhaps you used the wrong -p or --strip option? :The text leading up to this was: :-------------------------- :|diff -u _factoryN.py _factory.py :|--- _factoryN.py 2024-05-25 20:23:47.875430699 +0200 :|+++ _factory.py 2024-05-25 15:04:25.000000000 +0200 :-------------------------- :File to patch: Skip this patch? [y] Skipping patch. patch unexpectedly ends in middle of line 5 out of 5 hunks ignored :
- Hi xqt, ich habe inzwischen geschafft den normallen (offizielen) Weg über account und git. Mein erster Patch wartet eigentlich seit einiger Zeit auf einen Reviewer. Vielleicht findest du mal Zeit? Mit dem zweiten (T368835) warte ich erstmal (habe schon etwas geschrieben). Evtl. wollte ich mich noch des T333769 später annehmen... Viele Grüße Draco flavus (Diskussion) 18:40, 8. Jul. 2024 (CEST)
Wrong redirect by bot on idwiki
Hello Xqt, I'm idwiki administrator. Can you explain why this and this was done by your bot? --Ariandi Lie (Diskussion) 09:18, 19. Jun. 2024 (CEST)
- Hi @Ariandi Lie:, a valid diff link would be nice to figure it out. @xqt 15:44, 8. Jul. 2024 (CEST)
- Done. Please check again. Thanks. Ariandi Lie (Diskussion) 15:58, 8. Jul. 2024 (CEST)
- Thank you. I guess the reason was this moving. This was reverted later by this moving but the bot did the fix previously. Best. @xqt 18:53, 8. Jul. 2024 (CEST)
- Done. Please check again. Thanks. Ariandi Lie (Diskussion) 15:58, 8. Jul. 2024 (CEST)
Automatische DÜP-Bausteinsetzungen durch den Xqbot
Hallo Xqt, vieleicht habe ich etwas verpasst, aber anscheinend hat der Xqbot aufgehört, Dateien ohne maschinenlesbare Lizenz mit {{Dateiüberprüfung}} zu versehen (Beispiel). Victor Schmidt (Disk) 18:58, 19. Mär. 2024 (CET)
- Das Script war mal ausgefallen nach der Aktualisierung des Frameworks, läuft aber wieder. @xqt 11:16, 17. Jul. 2024 (CEST)
Löschdiskussionsbenachrichtigungen wieder aktiv?
Hallo @Xqt, ich habe nachdem dein Bot das 8 Monate nicht mehr übernommen hat und du nicht erreichbar warst vor ein paar Tagen einen neuen Bot dazu aufgesetzt. Nachdem du dann vor drei Tagen den Bot neugestartet hast, hat dieser wieder einige Benachrichtigungen versandt, sodass ich davon ausgegangen bin, dass dein Bot wieder funktioniert und ich meinen abgeschaltet habe. Da du aber in den letzten 24 Stunden wieder keine Löschdiskussionsbenachrichtigungen versendet hast, bin ich mir damit nicht mehr sicher. Könntest du bitte eine Statusmeldung abgeben, ob du den Job noch machst oder ob ich das übernehmen soll. Gruß, DerIch27 (Diskussion) 12:25, 18. Apr. 2024 (CEST)
- Hallo DerIch27, der Grund war, dass Wikipedia:Technik/Cloud/wikihistory aufgrund der Umstellung auf toolsforge auf k8s lange Zeit gestört war, ich habe daher nach einer anderen Möglichkeit gesucht und habe mir die Mühe gemacht, den Bot auf xtools/authorship umzustellen. Die Umstellung ist jetzt abgeschlossen. Positiver Nebeneffekt: Es wird jetzt die Autorenschaft vor dem LA ermittelt. LG @xqt 10:42, 17. Jul. 2024 (CEST)
- Ok. Dann deaktiviere ich mein Skript mal wieder, wenn du das wieder übernimmst. --DerIch27 (Diskussion) 17:20, 23. Jul. 2024 (CEST)
- Da dein Bot wieder der Inaktivität bezüglich dieses Jobs verfallen zu sein scheint, habe ich das Skript bei mir wieder gestartet. Soweit ich das sehe, ist es ja auch kein Problem, wenn beide laufen, da beide Bots die Nachrichten des jeweils anderen erkennen. Gruß, DerIch27 (Diskussion) 22:33, 25. Jul. 2024 (CEST)
- Danke für die Benachrichtigung. -- @xqt 07:43, 26. Jul. 2024 (CEST)
- Du hast schon wieder seit 30h keine LD-Benachrichtigung verschickt. --DerIch27 (Diskussion) 21:54, 29. Jul. 2024 (CEST)
- Danke für die Benachrichtigung. -- @xqt 07:43, 26. Jul. 2024 (CEST)
- Da dein Bot wieder der Inaktivität bezüglich dieses Jobs verfallen zu sein scheint, habe ich das Skript bei mir wieder gestartet. Soweit ich das sehe, ist es ja auch kein Problem, wenn beide laufen, da beide Bots die Nachrichten des jeweils anderen erkennen. Gruß, DerIch27 (Diskussion) 22:33, 25. Jul. 2024 (CEST)
- Ok. Dann deaktiviere ich mein Skript mal wieder, wenn du das wieder übernimmst. --DerIch27 (Diskussion) 17:20, 23. Jul. 2024 (CEST)