Projet

Général

Profil

« Précédent | Suivant » 

Révision 75367829

Ajouté par Benjamin Dauvergne il y a environ 11 ans

add reload target to the makefile

Voir les différences:

Makefile
15 15
	createdb calebasse
16 16
	scp aps-prod:/home/calebasse/$(LAST_DUMP) .
17 17
	bzip2 -dc ./$(LAST_DUMP) | psql calebasse
18

  
19
reload:
20
	dropdb calebasse
21
	createdb calebasse
22
	bzip2 -dc ./$(LAST_DUMP) | psql calebasse

Formats disponibles : Unified diff