nouvelles configs
* Makefile: * Yavsc.sln: * pkg.mdproj: * Presta.csproj: * TestAPI.csproj: * YavscModel.csproj: * YavscClient.csproj: * fortune.csproj: * WebControls.csproj: * SalesCatalog.csproj: * ITContentProvider.csproj: * NpgsqlMRPProviders.csproj: * NpgsqlBlogProvider.csproj: * Yavsc.csproj: * NpgsqlContentProvider.csproj: nouvelles configurations de déploiement * LocalizedText.resx: * LocalizedText.fr.resx: * LocalizedText.Designer.cs: * LocalizedText.fr.Designer.cs: internationalisation
This commit is contained in:
parent
948fc64ce1
commit
d89b6c39df
33 changed files with 475 additions and 20 deletions
14
Makefile
14
Makefile
|
|
@ -13,6 +13,9 @@ DESTDIR_rsync_pre=/srv/www/yavscpre
|
|||
HOST_rsync_prod=lua.pschneider.fr
|
||||
DESTDIR_rsync_prod=/srv/www/yavsc
|
||||
|
||||
HOST_rsync_yavsc=lua.pschneider.fr
|
||||
DESTDIR_rsync_yavsc=/srv/www/yavsc
|
||||
|
||||
HOST_rsync_lua=lua.pschneider.fr
|
||||
DESTDIR_rsync_lua=/srv/www/lua
|
||||
|
||||
|
|
@ -36,7 +39,7 @@ ddir:
|
|||
|
||||
deploy: ddir build
|
||||
rm -rf $(LYDESTDIR)
|
||||
xbuild /p:Configuration=$(CONFIG) /p:SkipCopyUnchangedFiles=$(COPYUNCHANGED) /p:DeployDir=../$(LDYDESTDIR) /t:Deploy web/Web.csproj
|
||||
xbuild /p:Configuration=$(CONFIG) /p:SkipCopyUnchangedFiles=$(COPYUNCHANGED) /p:DeployDir=../$(LDYDESTDIR) /t:Deploy web/Yavsc.csproj
|
||||
|
||||
rsync_% : HOST = $(HOST_$@)
|
||||
|
||||
|
|
@ -73,11 +76,13 @@ docdeploy-prod: htmldoc
|
|||
|
||||
rsync_lua: CONFIG = Lua
|
||||
|
||||
rsync_yavsc:
|
||||
rsync_pre: CONFIG = YavscPre
|
||||
|
||||
rsync_pre:
|
||||
rsync_prod: CONFIG = Yavsc
|
||||
|
||||
rsync_prod:
|
||||
rsync_totempre: CONFIG = TotemPre
|
||||
|
||||
rsync_totemprod: CONFIG = TotemProd
|
||||
|
||||
nuget_restore:
|
||||
for prj in ITContentProvider NpgsqlBlogProvider NpgsqlContentProvider NpgsqlMRPProviders Presta SalesCatalog TestAPI web WebControls yavscclient yavscModel; do nuget restore "$${prj}/packages.config" -SolutionDirectory . ; done
|
||||
|
|
@ -86,3 +91,4 @@ nuget_update:
|
|||
for prj in ITContentProvider NpgsqlBlogProvider NpgsqlContentProvider NpgsqlMRPProviders Presta SalesCatalog TestAPI web WebControls yavscclient yavscModel; do nuget update "$${prj}/packages.config" ; done
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue