Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
inria-org-html-themes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
inria-org-html-themes
Commits
ba63452f
Commit
ba63452f
authored
2 years ago
by
FELŠÖCI Marek
Browse files
Options
Downloads
Patches
Plain Diff
Fix software environment and use channels+manifest setup
parent
2b2ba4f0
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+4
-6
4 additions, 6 deletions
.gitlab-ci.yml
channels.scm
+5
-0
5 additions, 0 deletions
channels.scm
manifest.scm
+9
-0
9 additions, 0 deletions
manifest.scm
with
18 additions
and
6 deletions
.gitlab-ci.yml
+
4
−
6
View file @
ba63452f
...
...
@@ -7,12 +7,10 @@ pages:
# Export the example page to HTML and publish it alongside with the template
# sources to the GitLab page.
-
>
guix environment --pure --ad-hoc coreutils which wget emacs emacs-org2web
emacs-org emacs-org-contrib emacs-htmlize -- emacs --batch --no-init-file
--eval '(setq org-confirm-babel-evaluate nil)' --load pages.el --funcall
org-publish-all
# Set the example page to be the index page of the GitLab page.
-
mv ./public/example.html ./public/index.html
guix time-machine -C channels.scm -- shell --pure coreutils which wget emacs
emacs-org2web emacs-org emacs-org-contrib emacs-htmlize -- emacs --batch
--no-init-file --eval '(setq org-confirm-babel-evaluate nil)'
--load pages.el --funcall org-publish-all
artifacts
:
paths
:
-
public
...
...
This diff is collapsed.
Click to expand it.
channels.scm
0 → 100644
+
5
−
0
View file @
ba63452f
(
list
(
channel
(
name
'guix
)
(
url
"https://git.savannah.gnu.org/git/guix.git"
)
(
commit
"eb34ff16cc9038880e87e1a58a93331fca37ad92"
)))
This diff is collapsed.
Click to expand it.
manifest.scm
0 → 100644
+
9
−
0
View file @
ba63452f
(
specifications->manifest
(
list
"coreutils"
"which"
"wget"
"emacs"
"emacs-org2web"
"emacs-org"
"emacs-org-contrib"
"emacs-htmlize"
))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment