Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Commit

Permalink
update the fabfile.py script that makes dmz_all.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Goldman committed Feb 10, 2015
1 parent 574df22 commit 24541e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dmz_all.cpp
Expand Up @@ -33,12 +33,6 @@
#include "./scan/scan_analytics.cpp"

#if SCAN_EXPIRY
// #include "./models/expiry/bisectors/a/modelm_d38dff65.cpp"
// #include "./models/expiry/bisectors/b/modelm_f6aa7969.cpp"
// #include "./models/expiry/bisectors/c/modelm_cb758d40.cpp"
// #include "./models/expiry/bisectors/d/modelm_9a27fb30.cpp"
// #include "./models/expiry/bisectors/5/modelm_ad529645.cpp"
// #include "./models/expiry/bisectors/8/modelm_db226864.cpp"
#include "./models/expiry/modelc_bf4dd6c8.cpp"
#include "./models/expiry/modelm_730c4cbd.cpp"
#include "./scan/expiry_categorize.cpp"
Expand Down
3 changes: 3 additions & 0 deletions fabfile.py
Expand Up @@ -23,6 +23,9 @@ def concat():
for filename in filenames:
if filename == 'dmz_all.cpp':
continue

if "cython_dmz" in base_path:
continue

if base_path.startswith("./.git/"):
continue
Expand Down

0 comments on commit 24541e1

Please sign in to comment.