- Jan 04, 2024
-
-
Mike Gabriel authored
debian/Jenkinsfile: Add file. Initiate CI builds. See merge request !1
-
Mike Gabriel authored
-
- Aug 22, 2023
-
-
X2Go Release Manager authored
-
Mihai Moldovan authored
Python-2-variants don't have the concept of __pycache__ directories at all, so using %pycache_only there is redundant. Python-3-variants sprinkle __pycache__ directories wherever there are .py files, which means that they are conveniently contained in the "pyhoca" subdirectory of sitelib. Older *SuSE versions, including Leap, just ignored files or directories in the %files list that do not exist, but Tumbleweed is throwing an error if you try to include a file or directory that does not exist. The fix is easy: don't try to include the non-existent __pycache__ top-level directory.
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
- Aug 08, 2023
-
-
-
Mike Gabriel authored
-
-
- Sep 16, 2022
-
-
Mike Gabriel authored
This reverts commit 8ce1d32e. This issue is temporarily reverted because it breaks ssh-agent based authentication.
-
Mike Gabriel authored
This reverts commit 9eea3710.
-
- Sep 14, 2022
-
-
- Sep 03, 2022
-
-
- Nov 25, 2021
-
-
Mike Gabriel authored
-
Mike Gabriel authored
{pyhoca-cli,pyhoca/cli/frontend.py}: Add --non-interactive cmdline option for forcefully preventing password queries on the TTY.
-
- Nov 17, 2021
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
- Sep 02, 2021
-
-
Mike Gabriel authored
-
- Aug 31, 2021
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
- Aug 27, 2021
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
- Aug 20, 2021
-
-
Mike Gabriel authored
pyhoca-cli: Follow-up fix for --dpi switch. Fix input value verification. Only demand an integer, if args.dpi is set to something else than None.
-
- Aug 19, 2021
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
-
-
- Mar 11, 2020
-
-
Mike Gabriel authored
pyhoca/cli/frontend.py: Fix reference before assignment error in resume_session() method. Thanks to Randy Goldenberg for spotting this. (Fixes: #1445).
-
- Dec 26, 2019
-
-
X2Go Release Manager authored
-