Skip to content
Snippets Groups Projects

Change Vagrant with docker for building Debian

Merged Stéphane Veyret requested to merge DockerBuild into 1.6

Merge request reports

Checking pipeline status.

Approval is optional

Merged by ÉloïsÉloïs 7 years ago (Jan 18, 2018 5:57pm UTC)

Merge details

  • Changes merged into 1.6 with 02fe3188.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
82 expected_artifacts = json.loads(expected_artifacts)
83 except json.decoder.JSONDecodeError:
84 print('CRITICAL EXPECTED_ARTIFACTS environment variable JSON probably malformed')
85 print('CRITICAL Correct : \'["test_linux.txt","test_windows.txt"]\' ')
86 print('CRITICAL Not Correct: "[\'test_linux.txt\',\'test_windows.txt\']" ')
87 exit(1)
88 artifacts_list = []
89 for artifact in expected_artifacts:
90 artifact_dict = {
91 'name': artifact,
92 'url': build_artifact_url(artifact, False),
93 'size': get_artifact_weight(artifact),
94 'icon': ':package:'
95 }
96 artifacts_list.append(artifact_dict)
97 expected_sources = ['tar.gz', 'zip']
  • Éloïs added 1 commit

    added 1 commit

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    • 3ca885ea - temporary changes to test the release-message job

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    • 61fa2161 - use py3 image for release-message job

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    • c813a6c2 - restore build and tests jobs

    Compare with previous version

  • added 1 commit

    • 40bdc0ad - Change contrib directory to extra

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    • 1a033fb1 - upgrade release-builder tag

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    • 25ebcb30 - build in image release-builder:v1.0.1

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    • 28e7ed6b - releaser.py : add debug print

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    Compare with previous version

  • Éloïs added 1 commit

    added 1 commit

    • 611b70c1 - releaser.py : del decode('utf-8)

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • b99199e8 - all artifacts expire if not keep manualy

    Compare with previous version

  • added 1 commit

    • ad2835e9 - [fix] py3 error : 'str' object has no attribute 'read'

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • f4a70012 - extract body of api response

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • ec96180a - explain the path to each artifacts

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Stéphane Veyret
    Stéphane Veyret @sveyret started a thread on commit ec96180a
  • 35 27 image: duniter/release-builder:v1.0.1
    36 28 tags:
    37 29 - redshift-duniter-builder
    30 variables:
    31 TEST_TAG: "$(date +%Y%m%d).$(date +%H%M).$(date +%S)"
    38 32 script:
    39 - bash "release/arch/linux/build-lin.sh" "$(date +%Y%m%d).$(date +%H%M).$(date +%S)"
    33 - bash "release/arch/linux/build-lin.sh" "${TEST_TAG}"
    40 34 artifacts:
    41 35 paths:
    42 - work/bin/
    36 - work/bin/duniter-desktop-"${TEST_TAG}"-linux-x64.deb
    37 - work/bin/duniter-desktop-"${TEST_TAG}"-linux-x64.tar.gz
    38 - work/bin/duniter-server-"${TEST_TAG}"-linux-x64.deb
  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • a4b7333f - [fix] add full path to EXPECTED_ARTIFACTS

    Compare with previous version

  • added 1 commit

    • 7628fa75 - releases page : test without sources

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • ab0fa2f8 - releases page : try to hide path in release name

    Compare with previous version

  • added 1 commit

    • 6fc858b2 - restore build and test jobs

    Compare with previous version

  • Éloïs mentioned in commit 02fe3188

    mentioned in commit 02fe3188

  • merged

  • Please register or sign in to reply
    Loading