Skip to content

Commit

Permalink
Manually set permissions bit to deal with possible differences in uma…
Browse files Browse the repository at this point in the history
…sk using pip
  • Loading branch information
aerospikerobertmarks committed Oct 10, 2017
1 parent 604b94a commit 74ff111
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis/aerospike.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ network {
namespace test {
replication-factor 2
memory-size 1G
ldt-enabled true
default-ttl 30d # 30 days, use 0 to never expire/evict.
storage-engine memory
}
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def resolve_c_client(lua_src_path):

print('info: Executing', './scripts/aerospike-client-c.sh', file=sys.stdout)
os.chmod('./scripts/aerospike-client-c.sh', 0o0755)
os.chmod('./scripts/os_version', 0o0755)
p = Popen(['./scripts/aerospike-client-c.sh'], env=os.environ)
rc = p.wait()

Expand Down

0 comments on commit 74ff111

Please sign in to comment.