Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Merge tag '3.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
bezunakarmi committed Jan 12, 2018
2 parents a00ec71 + d8c6a94 commit c2327aa
Show file tree
Hide file tree
Showing 26 changed files with 686 additions and 1,543 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dstore/un-json/*
./config/deploy.rb
dstore/cache_new/
dstore/db.zip
dstore/json/un_agencies_data.json
dstore/json/un_agencies_data copy.json
dstore/json/un_org copy.json
dstore/cache_old
Expand Down
4 changes: 2 additions & 2 deletions bin/npm_install
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ cd `dirname $0`

cd ../ctrack
rm -rf node_modules
yarn
~/.nvm/versions/node/v8.3.0/bin/yarn

cd ../dstore
rm -rf node_modules
yarn
~/.nvm/versions/node/v8.3.0/bin/yarn
#CC=gcc-5 CXX=g++-5 npm install

cd ../dportal
Expand Down
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
namespace :deploy do
after :published, "app_stop:stop"
after :published, "dportal:create_symlink"
# after :published, "install_dependency:install"
after :published, "install_dependency:install"
# after :published, "app_build:build"
after :published, "app_restart:start"
end
Binary file added ctrack/art/flag/as.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ctrack/art/flag/bn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ctrack/art/flag/ca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ctrack/art/flag/ch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ctrack/art/flag/cz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ctrack/art/flag/ee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ctrack/art/flag/fi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ctrack/art/flag/gb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ctrack/art/flag/global-regional.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ctrack/art/flag/gu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ctrack/art/flag/gy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ctrack/art/flag/lv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ctrack/art/flag/mp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ctrack/art/flag/mt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ctrack/art/flag/nl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ctrack/art/flag/pf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ctrack/art/flag/sg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ctrack/art/flag/sl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ctrack/art/un_logos/XM-DAC-41127.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ctrack/art/un_logos/XM-OCHA-FTS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dportal/upgrade
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd `dirname $0`

yarn
~/.nvm/versions/node/v8.3.0/bin/yarn
Loading

0 comments on commit c2327aa

Please sign in to comment.