annotate .hgignore @ 449:981ed669d3b3

/!\ reorganize all the file hierarchy, move the code and launching script to src: - browser_side --> src/browser - public --> src/browser_side/public - libervia.py --> src/browser/libervia_main.py - libervia_server --> src/server - libervia_server/libervia.sh --> src/libervia.sh - twisted --> src/twisted - new module src/common - split constants.py in 3 files: - src/common/constants.py - src/browser/constants.py - src/server/constants.py - output --> html (generated by pyjsbuild during the installation) - new option/parameter "data_dir" (-d) to indicates the directory containing html and server_css - setup.py installs libervia to the following paths: - src/common --> <LIB>/libervia/common - src/server --> <LIB>/libervia/server - src/twisted --> <LIB>/twisted - html --> <SHARE>/libervia/html - server_side --> <SHARE>libervia/server_side - LIBERVIA_INSTALL environment variable takes 2 new options with prompt confirmation: - clean: remove previous installation directories - purge: remove building and previous installation directories You may need to update your sat.conf and/or launching script to update the following options/parameters: - ssl_certificate - data_dir
author souliane <souliane@mailoo.org>
date Tue, 20 May 2014 06:41:16 +0200
parents ea6ae7c4b3f0
children a5019e62c3e9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
1 syntax: glob
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
2 *.pyc
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
3 *.pyv
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
4 *.swp
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
5 *.swo
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
6 *.js
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
7 tags
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
8 twistd.log
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
9 twistd.pid
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
10 output
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
11 sat.egg-info
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
12 *.un~
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
13 dist
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
14 MANIFEST
140cec48224a Initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
15 *.sh
5
c8d3821efc36 added build/ and Session.vim to .hgignore
Goffi <goffi@goffi.org>
parents: 0
diff changeset
16 build/
c8d3821efc36 added build/ and Session.vim to .hgignore
Goffi <goffi@goffi.org>
parents: 0
diff changeset
17 Session.vim
180
ea6ae7c4b3f0 misc: added ctags_links to .hgignore
Goffi <goffi@goffi.org>
parents: 5
diff changeset
18 ctags_links/