summaryrefslogtreecommitdiff
path: root/build.ant
AgeCommit message (Collapse)Author
2015-05-05build.ant: relayout fragmentsLV-426
2015-05-05build.ant: package-name injection into debian/controlLV-426
2015-05-05build.ant: avoid duplicate dependency on cleanLV-426
2015-05-05mv templates -> template.dLV-426
2015-05-05build.ant: fix version.txt gen call time, remove unnecessary fragments/ dirLV-426
2015-05-05deb-pkg, build.ant: introducing 'single' and 'mux' debian package variantsLV-426
Currently both share the same control script, generating a 'rhizi' named package
2015-05-01build.ant: .ssh/config aware scp macroLV-426
2015-04-29build.ant: refector pkg-deb properties into targetLV-426
2015-04-29build.ant: refactor deploy-local: reorder, formatLV-426
2015-04-29build.ant: adapt to /static/js refactoringLV-426
2015-04-29build.ant: version-tag -> generate_version_tag macroLV-426
2015-04-28build.ant: pkg-deb: avoid .scss file inclusion in binary packageLV-426
2015-04-25build.ant: allow deploy-local without symlink of bin (default remains with ↵Alon Levy
symlink)
2015-04-21build.ant: do not fail on missing fragmentsLV-426
2015-04-21wip: debian packagingLV-426
2015-04-20build.ant: continue on missing domain-specific fragmentsLV-426
2015-04-15build.ant: deploy server-tools only on deployRemoteLV-426
2015-04-15build.ant: adapt to rsync module move: module-root = module-root/../LV-426
2015-04-12build.ant: revert 0904181LV-426
2015-04-12build.ant: fix fragment override - fixes #476LV-426
2015-04-10server-tools: change destination to separate tools directoryAlon Levy
2015-04-10build.ant: preserve permissions on toolsAlon Levy
2015-04-10build.ant: fix fragment source - s/defaultDomain/targetDomain/Alon Levy
2015-04-10build.ant: copy server toolsAlon Levy
2015-04-06build.ant: deploy-local: setup default fragments, cleanup, formatLV-426
2015-04-06build.ant: add version-tag, visible from user as RZ_VERSION (global)Alon Levy
2015-04-06client: types: split types.js to form domain_types.js, containing ↵today-is-not-the-dayAlon Levy
declarative json
2015-04-06wip: per-domain type systemLV-426
2015-04-05introducing template fragmentsLV-426
2015-03-13build.ant: fix typoAlon Levy
2015-03-02user_db copy: avoiding quiet operation, allowing graceful fail if not presentLV-426
2015-03-02res/ should not contain top-level files - mving user_db lookup path to res/etcLV-426
2015-03-01build.ant: copy existing user_db.db for local deployment if it existsAlon Levy
2015-02-17build.ant: rename for consistent camel cased propertiesAlon Levy
2015-02-17client/server: support optimizing with require.js using node run r.jsAlon Levy
built is controlled by property do-client-optimize which defaults to false. Even if the optimized main is built (single file main-built.js and source map file main-built.js.map) they are not used unless rhizi-config.conf client_optimize is set to True which causes app.js to use main-built.js and not main.js The resulting file is 687 KiloBytes large. Pretty scary, but it still loads faster this way. (from very small tests locally). This is without compression done by the server.
2015-02-11build.ant: use remoteDeployServer, targetDomain (may be merged later)LV-426
2015-02-11build.ant: rm deprecated rz_config deploymentLV-426
2015-02-11build.ant: rm deprecated htpasswd stuffLV-426
2015-02-05build.ant: deploy production patch set by target domainLV-426
2015-01-27build.ant: ignore missing htpasswd (used only for run-local.sh)Alon Levy
2015-01-27Revert "removing dead htpasswd copy task"Alon Levy
This reverts commit 06a6710efd23eeb8d6b8680df5ed1146c7771504.
2015-01-26removing dead htpasswd copy taskLV-426
2015-01-21build.ant: document change accidentally introduced to previous patchAlon Levy
2015-01-21client/model/core: cannot delete id (create_node_from_spec) due to it using ↵Alon Levy
Object.defineProperty
2015-01-21build.ant: copy htpasswdAlon Levy
2015-01-18cp rhizi-server.conf.example -> rhizi-server.conf on deploy-localLV-426
2015-01-18correct deployment server nameLV-426
2015-01-13add '--delete' & filtersLV-426
2014-12-21simplify build.ant: rm rhiziProjectDir, work relative to basedirLV-426
2014-12-16adapt build.ant to new layoutLV-426