unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 6d7f55c746f9e918828537420c5ed9e138f6d1ff 1325 bytes (raw)
name: talks/jres-2022/.gitlab-ci.yml 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
 
stages:
  - tex2pdf
  - deploy

pdf:
  image:
    name: zimoun/jres
  stage: tex2pdf
  script:
    - mkdir public && cd src
    - rubber --pdf presentation.tex
    - rubber --pdf support-notes-additionnelles.tex
    - mv *.pdf ../public/
  artifacts:
    paths:
      - public
  only:
    - main

pages:
  image:
    name: zimoun/jres
  stage: deploy
  script:
    - |
      cat > public/index.html <<EOF
      <?xml version="1.0" encoding="utf-8"?>
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
      <head>
      <title>Reproductibilité des environnements logiciels avec GNU Guix</title>
      <meta name="author" content="Simon Tournier" />
      </head>
      <body>
      <div id="content" class="content">
      <h1 class="title">Reproductibilité des environnements logiciels avec GNU Guix</h1>
      <ul class="org-ul">
      <li><a href="presentation.pdf">presentation.pdf</a></li>
      <li><a href="support-notes-additionnelles.pdf">support-notes-additionnelles.pdf</a></li>
      </ul>
      </div>
        <p>Simon Tournier</p>
        <p>JRES 2022 - Marseille</p>
      </body>
      </html>
      EOF
  artifacts:
    paths:
      - public
  only:
    - main

debug log:

solving 6d7f55c ...
found 6d7f55c in https://yhetil.org/guix-patches/20220620035132.3461-1-zimon.toutoune@gmail.com/

applying [1/1] https://yhetil.org/guix-patches/20220620035132.3461-1-zimon.toutoune@gmail.com/
diff --git a/talks/jres-2022/.gitlab-ci.yml b/talks/jres-2022/.gitlab-ci.yml
new file mode 100644
index 0000000..6d7f55c

Checking patch talks/jres-2022/.gitlab-ci.yml...
Applied patch talks/jres-2022/.gitlab-ci.yml cleanly.

index at:
100644 6d7f55c746f9e918828537420c5ed9e138f6d1ff	talks/jres-2022/.gitlab-ci.yml

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).