Revision 6985
Added by Aaron Marcuse-Kubitza almost 12 years ago
input.Makefile | ||
---|---|---|
420 | 420 |
echo "UPDATE source SET shortname = '$*' WHERE shortname = '$(datasrc)';"\ |
421 | 421 |
|$(psqlAsBien) |
422 | 422 |
|
423 |
rotate: _always rename/$(datasrc).$(version) ; |
|
424 |
|
|
425 | 423 |
rm: _always |
426 | 424 |
echo "DELETE FROM source WHERE shortname = '$(datasrc)';"|$(psqlAsBien) |
427 | 425 |
|
Also available in: Unified diff
input.Makefile: Editing import: Removed rotate because appending the current svn revision doesn't make sense, since this is not related to the revision used to import the datasource