nserrano pushed to oglive-ipv6 at opengnsys/oglive-builder
-
3833919272 refs #776 install ogagent dependencies
-
a12001f84a refs #773 do not use python apt module
- Compare 2 commits »
nserrano created pull request opengnsys/opengnsys#21
WIP: Disable IPv6 in oglivenserrano created pull request opengnsys/oglive-builder#2
WIP: Disable IPv6 in oglivenserrano pushed to oglive-ipv6 at opengnsys/oglive-builder
-
e60695f847 refs #773 write a sysctl.conf
nserrano pushed to oglive-ipv6 at opengnsys/opengnsys
-
3e0090b699 refs #773 load sysctls
nserrano pushed to unification2 at opengnsys/opengnsys
-
5ba547e90a refs #699 add development vagrantfile
nserrano pushed to unification2 at opengnsys/ogagent
-
39a367be79 refs #708 merge
-
a67669b99f refs #708 move duplicated code into its own parent class
-
fa328348f2 refs #708 bump version
-
2ba25ffa7b refs #708 split CloningEngine stuff off ogAdmClient module, restore stock config
-
35fbb59444 refs #708 ogLive agent: unhardcode string
- Compare 26 commits »
nserrano pushed to unification2 at opengnsys/ogagent
-
1864995066 refs #708 move duplicated code into its own parent class
-
4b46827d17 refs #708 bump version
-
ba681a8116 refs #708 split CloningEngine stuff off ogAdmClient module, restore stock config
-
258df2af7c refs #708 ogLive agent: unhardcode string
-
22f83d8dea refs #708 ogLive agent: do not activate within an operating system
- Compare 26 commits »
nserrano created pull request opengnsys/ogagent#9
WIP: ogagent unification 2nserrano pushed to unification2 at opengnsys/ogagent
-
a67669b99f refs #708 move duplicated code into its own parent class
nserrano pushed to unification2 at opengnsys/ogagent
-
fa328348f2 refs #708 bump version
-
2ba25ffa7b refs #708 split CloningEngine stuff off ogAdmClient module, restore stock config
-
35fbb59444 refs #708 ogLive agent: unhardcode string
-
b7b7351783 refs #708 ogLive agent: do not activate within an operating system
-
dd3703ce63 refs #708 kill some unused code
- Compare 11 commits »
nserrano pushed to unification2 at opengnsys/ogagent
-
ca3f9257ae refs #707 implement an empty RestaurarSoftIncremental()
-
9e279dca35 refs #706 implement an empty RestaurarImagenBasica()
-
00dc9804dd refs #704 implement an empty CrearSoftIncremental()
- Compare 3 commits »
nserrano pushed to unification2 at opengnsys/ogagent
-
7defe5cc63 refs #703 improve error reporting, fix bugs
-
5b058a5e33 refs #703 add support for HTTP error codes, have process_CrearImagenBasica() return 404
-
71e34b3d40 refs #703 use logger.warning() in module ogAdmClient
-
1334a87c4d refs #703 implement logger.warning() just like the python logging module
- Compare 4 commits »
nserrano pushed to main at opengnsys/ogagent
-
ffa80a9af2 Merge pull request 'Do not load modules unconditionally' (#8) from modules into main
-
1d93de1b59 refs #531 remove unused code, bump version
-
0cadbf3381 refs #579 do not load modules unconditionally, look for everything in the module paths
- Compare 3 commits »
nserrano merged pull request opengnsys/ogagent#8
Do not load modules unconditionally
nserrano commented on pull request opengnsys/ogagent#8
Do not load modules unconditionallyNo tendrías por qué añadir `import sys`, ya que está añadido desde el commit https://ognproject.evlt.uma.es/gitea/opengnsys/ogagent/commit/0cadbf33815736b9f4ca09b36e2c72c1fbd6c06c de este…
nserrano commented on pull request opengnsys/ogagent#8
Do not load modules unconditionally``` --- a/src/opengnsys/loader.py +++ b/src/opengnsys/loader.py @@ -43,6 +43,8 @@ from opengnsys.workers import ServerWorker from opengnsys.workers import ClientWorker from .log import…