Hello World

File build.specials.obscpio of Package build

07070100000000000081a400000000000000000000000163e504b9000000f6000000000000000000000000000000000000000e00000000.editorconfig# http://EditorConfig.org
root = true

[**]
indent_style = space
indent_size = 2
tab_width = 8
end_of_line = lf
charset = utf-8

[{build,build-*,init_buildsystem}]
indent_style = tab
indent_size = 4

[Makefile]
indent_style = tab
indent_size = 8
07070100000001000081a400000000000000000000000163e504b900000252000000000000000000000000000000000000001d00000000.github/workflows/linux.yamlname: CI

on:
  push:
    branches: [ '*' ]
  pull_request:
    branches: [ master ]

jobs:

  test:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2
        with:
          fetch-depth: 0

      - name: Update packages repository
        run: |
          sudo apt-get update

      - name: Install libyaml-libyaml-perl
        run: |
          sudo apt-get install libyaml-libyaml-perl

      - name: Install debdiff for debtransform test
        run: |
          sudo apt-get install devscripts

      - name: Test
        run: |
          make test test-debtransform
07070100000002000041ed00000000000000000000000163e504b900000000000000000000000000000000000000000000001200000000.github/workflows07070100000003000041ed00000000000000000000000163e504b900000000000000000000000000000000000000000000000800000000.github07070100000004000081a400000000000000000000000163e504b900000009000000000000000000000000000000000000000b00000000.gitignore*.sw?
*~
07070100000005000081a400000000000000000000000163e504b90000012f000000000000000000000000000000000000000c00000000.travis.yml---
virt: vm
os: linux
dist: focal
services:
- docker
script:
- docker pull registry.opensuse.org/opensuse/leap:15.2 && docker images
- docker run -t --rm -v$PWD:/obs-build --privileged
    --cap-add SYS_ADMIN --device /dev/fuse
    registry.opensuse.org/opensuse/leap:15.2 /obs-build/t/data/flatpak.sh
07070100000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000b00000000TRAILER!!!