summaryrefslogtreecommitdiff
path: root/build.ant
AgeCommit message (Collapse)Author
2015-08-15build.ant: bump version of debian packagesAlon Levy
2015-05-27remove all custom files, will be updated externallyAlon Levy
2015-05-12build.ant: deploy-local.clean: remove symlinks explicitlyLV-426
2015-05-12build.ant: relocate generate tag call, wait for rsync to complete...LV-426
2015-05-12build.ant: deploy-local: remove redundant local paramsLV-426
2015-05-12app.js: support fragment path injectionLV-426
2015-05-12rz_config: fragment_d_path, template_d_path defaultsLV-426
2015-05-12build.ant: rename targetDeploymentDirLV-426
2015-05-12build.ant: another attempt at supporting fragment serving both in flask-mode ↵LV-426
& apache-mode
2015-05-12build.ant: deploy-local: mkdir etcLV-426
2015-05-12build.ant: adapt to fragment.d relocationLV-426
2015-05-12build.ant: relocate generated version.txtLV-426
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