https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39740 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #1 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Still thinking about Joubu's suggestion on 36932:
2. split dev_install in the config and have gitified + dev_install
Actually, I now think that I just need some flag to tell me if it is a production or a test system (not KTD). (Not just that is gitified, since I can have a gitified production and a gitified test system.) Say that I find $KTD_HOME in the env of some system, then I know that it should be a test system. But note that not all test systems are using KTD (mine..), so [in that case] I need another var to indicate also that it is a test system. What about TEST_SYSTEM :) The confusion comes from the fact that DEV_INSTALL actually only means that the setup of some folders is different. Misc, not bin. Lib in root. No cgi-bin in path of opac and intranet folders. But (in some cases like mine) it could be a production system! Adding TEST_SYSTEM or something similar for non-KTD test systems might be the easiest approach to undo the 36932 side-effects. Any feedback? -- You are receiving this mail because: You are watching all bug changes.