diff --git a/.gitignore b/.gitignore index 34231f2da2796a4f1371961664b38b08c1b3209d..c6f437de300dd684dd0b86ba455441989004c096 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Prerequisites build/* +build_stretch/* test/build *.d *.txt.user diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5944d65a40039fdfcba854db52f9d6807f54f60..a51c33f70e6505d7dafe2077abeddcc8bd205f1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,4 +10,4 @@ kelvin-node-schedule: stage: build tags: - kelvin-node - script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-node && ~/production/integration/gitlab-CI/travis_test.sh + script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-node && ~/production/integration/reprepro/publish.sh debian.pub.demlabs.net stretch main && ~/production/integration/gitlab-CI/travis_test.sh diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ea89191f734dca4fef71cf8b40f98b838c1ac21..54565b076c013ff1e5b866f9f6ad1dafc36137b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,9 +47,6 @@ SET( CPACK_DEBIAN_PACKAGE_MAINTAINER "Dmitriy Gerasimov <naeper@demlabs.net>" ) SET( CPACK_DEBIAN_PACKAGE_DESCRIPTION_SUMMARY "CellFrame Node software ( https://cellframe.net ) " ) SET( CPACK_DEBIAN_PACKAGE_DESCRIPTION "CellFrame Node" ) SET( CPACK_DEBIAN_PACKAGE_SECTION "extra") -#SET( CPACK_DEBIAN_PACKAGE_ARCHITECTURE "debian-9.7-amd64" ) -#SET( CPACK_PACKAGE_FILE_NAME "${CPACK_DEBIAN_PACKAGE_NAME}-${CPACK_DEBIAN_PACKAGE_VERSION}-${CPACK_DEBIAN_PACKAGE_ARCHITECTURE}") -#SET( CPACK_DEBIAN_PACKAGE_ARCHITECTURE "amd64" ) SET( CPACK_DEBIAN_PACKAGE_DEPENDS "debconf (>=1.5), dpkg (>=1.17), bash (>=4), debconf-utils, dconf-cli, less, pv, psmisc") SET( CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON) SET( CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA diff --git a/dist/etc/network/kelvin-testnet.cfg b/dist/etc/network/kelvin-testnet.cfg index 1239d322b427a4cb5609a53af543fb9e6f004010..d8f6e5e0f997acb1ef140e1535be85a0ee6c86ce 100644 --- a/dist/etc/network/kelvin-testnet.cfg +++ b/dist/etc/network/kelvin-testnet.cfg @@ -7,7 +7,7 @@ type=development # Possible values: light, full, archive, master, root node-role=full #node-alias=addr-%node_addr% -gdb_groups_prefix=kelvin.testnet +gdb_groups_prefix=kelvin-testnet seed_nodes_hostnames=[0.root.testnet.klvn.io,1.root.testnet.klvn.io,2.root.testnet.klvn.io,3.root.testnet.klvn.io,4.root.testnet.klvn.io] seed_nodes_aliases=[kelvin.testnet.root.0,kelvin.testnet.root.1,kelvin.testnet.root.2,kelvin.testnet.root.3,kelvin.testnet.root.4]