restore 0.28.0 files
This commit is contained in:
parent
ee837e0e5f
commit
63e5379016
@ -96,8 +96,8 @@ devclean:
|
|||||||
rm -f $(NEW_EXTENSION_ARTIFACT)
|
rm -f $(NEW_EXTENSION_ARTIFACT)
|
||||||
rm -f $(GENERATED_SQL_FILES)
|
rm -f $(GENERATED_SQL_FILES)
|
||||||
rm -rf $(TEST_DIR)
|
rm -rf $(TEST_DIR)
|
||||||
for f in $(OLD_VERSIONS); do \
|
for f in $(basename $(wildcard old_versions/*.bak)); do \
|
||||||
mv $${f}.bak $${f} || true; \
|
mv $${f}.bak $${f}; \
|
||||||
done
|
done
|
||||||
|
|
||||||
# If needed remove PARALLEL tags from the release files
|
# If needed remove PARALLEL tags from the release files
|
||||||
@ -125,10 +125,9 @@ replace_variables:
|
|||||||
sed -e 's/@@plpythonu@@/$(PLPYTHONU)/g' \
|
sed -e 's/@@plpythonu@@/$(PLPYTHONU)/g' \
|
||||||
>> $(TEST_DIR)/expected/$${f}.out; \
|
>> $(TEST_DIR)/expected/$${f}.out; \
|
||||||
done
|
done
|
||||||
for f in $(OLD_VERSIONS); do \
|
for f in $(basename $(wildcard old_versions/*.bak)); do \
|
||||||
mv $${f}.bak $${f} || true; \
|
mv $${f}.bak $${f}; \
|
||||||
sed --in-place=.bak -e 's/@@plpythonu@@/$(PLPYTHONU)/g' $${f}; \
|
sed --in-place=.bak -e 's/@@plpythonu@@/$(PLPYTHONU)/g' $${f}; \
|
||||||
echo "sed --in-place=.bak -e 's/@@plpythonu@@/$(PLPYTHONU)/g' $${f}"; \
|
|
||||||
done
|
done
|
||||||
|
|
||||||
# Install the current release into the PostgreSQL extensions directory
|
# Install the current release into the PostgreSQL extensions directory
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
|||||||
comment = 'CartoDB dataservices client API extension'
|
comment = 'CartoDB dataservices client API extension'
|
||||||
default_version = '0.29.0'
|
default_version = '0.28.0'
|
||||||
requires = 'plproxy, cartodb'
|
requires = 'plproxy, cartodb'
|
||||||
superuser = true
|
superuser = true
|
||||||
schema = cdb_dataservices_client
|
schema = cdb_dataservices_client
|
||||||
|
Loading…
Reference in New Issue
Block a user