On Mon, 29 Dec 2008 11:10:50 +0000, Henry Kemp <[email protected]> wrote: > I've just tried doing a 'git pull && make devinstall' and its failing > on copying 'webui_templates/system_netboot.tmpl' that's referenced in > setup.py but doesn't seem to exist in my git tree. > > # git pull && make devinstall > [...snipped...] > copying webui_templates/empty.tmpl -> /usr/share/cobbler/webui_templates > copying webui_templates/blank.tmpl -> /usr/share/cobbler/webui_templates > copying webui_templates/enoaccess.tmpl -> > /usr/share/cobbler/webui_templates > copying webui_templates/distro_list.tmpl -> > /usr/share/cobbler/webui_templates > copying webui_templates/distro_edit.tmpl -> > /usr/share/cobbler/webui_templates > copying webui_templates/profile_list.tmpl -> > /usr/share/cobbler/webui_templates > copying webui_templates/profile_edit.tmpl -> > /usr/share/cobbler/webui_templates > copying webui_templates/system_list.tmpl -> > /usr/share/cobbler/webui_templates > error: can't copy 'webui_templates/system_netboot.tmpl': doesn't exist > or not a regular file > make[1]: *** [install] Error 1 > make[1]: Leaving directory `/root/cobbler' > make: *** [devinstall] Error 2 > > Thanks! > > Henry
Probably a change that got checked in that was missing a "git add". If you don't need that template file, just touch it and try "make devinstall" again. When that gets fixed, the next git pull will over-write that empty file. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
