[libgda] Updated NEWS to mark where Autotools were removed



commit 99d05578c351dad28c60588893ed4eab9715358a
Author: Daniel Espinosa <esodan gmail com>
Date:   Fri Apr 5 16:53:22 2019 -0600

    Updated NEWS to mark where Autotools were removed

 .gitlab-ci.yml | 64 ----------------------------------------------------------
 NEWS           |  3 ++-
 2 files changed, 2 insertions(+), 65 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3edc00ece..4fce3502c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,70 +61,6 @@ before_script:
   - export DEBIAN_FRONTEND=noninteractive
   - apt update && apt -y install $DEPENDENCIES
 
-# autotools_build:
-#   stage: build
-#   script:
-#   - ./autogen.sh
-#   - make distclean
-#   - mkdir _build
-#   - cd _build
-#   - ../configure
-#   - make
-#   - broadwayd &
-#   - GDK_BACKEND=broadway make check
-#   artifacts:
-#     when: on_failure
-#     paths:
-#     - _build/tests/test-suite.log
-#     - _build/tests/test-bin-converter.log
-#     - _build/tests/test-ddl-creator.log
-#     - _build/tests/test-input-parsers.log
-#     - _build/tests/test-server-operation.log
-#     - _build/tests/test-sql-identifier.log
-#     - _build/tests/test-suite.log
-#     - _build/tests/test-connection-string-split.log
-#     - _build/tests/test-identifiers-quotes.log
-#     - _build/tests/test-quark-list.log
-#     - _build/tests/test-sql-builder.log
-#     - _build/tests/test-sql-renderer.log
-#     - _build/libgda/test-suite.log
-#     - _build/libgda/test-cnc-exec.log
-#     - _build/libgda/test-cnc-meta.log
-#     - _build/libgda/test-cnc-open.log
-#     - _build/tests/data-models/test-suite.log
-#     - _build/tests/data-models/check_data_proxy.log
-#     - _build/tests/data-models/check_empty_rs.log
-#     - _build/tests/data-models/check_model_errors.log
-#     - _build/tests/data-models/check_pivot.log
-#     - _build/tests/data-models/check_vcnc.log
-#     - _build/tests/data-models/check_data_select_iter.log
-#     - _build/tests/data-models/check_model_copy.log
-#     - _build/tests/data-models/check_model_import.log
-#     - _build/tests/data-models/check_pmodel.log
-#     - _build/tests/data-models/check_virtual.log
-#     - _build/tests/meta-store/test-suite.log
-#     - _build/tests/meta-store/check_meta_store_postgresql.log
-#     - _build/tests/meta-store/check_meta_store_memory.log
-#     - _build/tests/meta-store/check_meta_store_mysql.log
-#     - _build/tests/meta-store/check_meta_store_postgresql.log
-#     - _build/tests/meta-store/check_meta_store_sqlite.log
-#     - _build/tests/value-holders/test-suite.log
-#     - _build/tests/value-holders/check_holder.log
-#     - _build/tests/value-holders/check_set.log
-#     - _build/tests/value-holders/check_statement.log
-#     - _build/tests/parser/test-suite.log
-#     - _build/tests/parser/check_dml_comp.log
-#     - _build/tests/parser/check_normalization.log
-#     - _build/tests/parser/check_parser.log
-#     - _build/tests/parser/check_rewrite_for_default.log
-#     - _build/tests/parser/check_script.log
-#     - _build/tests/parser/check_validation.log
-#     - _build/tests/providers/test-suite.log
-#     - _build/tests/providers/check_mysql.log
-#     - _build/tests/providers/check_postgres.log
-#     - _build/tests/providers/check_sqlite.log
-#     expire_in: 1 week
-
 meson_build:
   stage: build
   script:
diff --git a/NEWS b/NEWS
index 10662beee..d8d259b85 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ libgda 5.91.0
  - Fixed open connections to SQLite, PostgreSQL and MySQL providers
  - Blacklisted providers: FireBird, Oracle, Java ODBC, MS Access, BDB, LDAP, MySQL
  - Fixed warnings
+ - Removed Autotools (was 89479e9d2372177036d2d0f6b01a50e5f21d076f 05 april 2019)
 
 libgda-ui 5.91.0
  - Ported almost all public API to use g_autoptr() and remove public private struct
@@ -1909,4 +1910,4 @@ libgda 0.8.100, 2002-01-06
  - extended test suite with new connection tests (Gonzalo)
  - fixed #67242 orbit-idl not generating files when IDL changes (Gonzalo)
  - fixed lost-counter in data retrieval (Gonzalo)
- 
\ No newline at end of file
+ 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]