Index: pcbway.c =================================================================== --- pcbway.c (revision 36814) +++ pcbway.c (revision 36815) @@ -363,6 +363,9 @@ rnd_wget_opts_t wopts = {0}; int n; +TODO("Do not hardwire postile and tarname"); +TODO("Use CAM export to generate the tarball"); + /* generate unique content separator */ strcpy(sep, "----pcb-rnd-"); for(s = sep+12; s < sep+sizeof(sep)-1; s++)