Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
gnome-sdk-images
Commits
f9f7d220
Commit
f9f7d220
authored
Jan 08, 2015
by
Alexander Larsson
Browse files
Use foo.Var instead of fooVar for /var images
parent
31e2fdbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f9f7d220
...
...
@@ -99,7 +99,7 @@ commit-platform: repository gnome-platform.tar.gz gnome-platform-rpmdb.tar.gz
rm
-rf
commit
mkdir
-p
commit
tar
xf gnome-platform-rpmdb.tar.gz
-C
commit
ostree commit
--repo
=
repository
--branch
=
runtime/org.gnome.PlatformVar/
$(ARCH)
/
$(VERSION)
--disable-fsync
--no-xattrs
-s
"commit"
commit
ostree commit
--repo
=
repository
--branch
=
runtime/org.gnome.Platform
.
Var/
$(ARCH)
/
$(VERSION)
--disable-fsync
--no-xattrs
-s
"commit"
commit
commit-sdk
:
repository gnome-sdk.tar.gz gnome-sdk-rpmdb.tar.gz
rm
-rf
commit
...
...
@@ -109,7 +109,7 @@ commit-sdk: repository gnome-sdk.tar.gz gnome-sdk-rpmdb.tar.gz
rm
-rf
commit
mkdir
-p
commit
tar
xf gnome-sdk-rpmdb.tar.gz
-C
commit
ostree commit
--repo
=
repository
--branch
=
runtime/org.gnome.SdkVar/
$(ARCH)
/
$(VERSION)
--disable-fsync
--no-xattrs
-s
"commit"
commit
ostree commit
--repo
=
repository
--branch
=
runtime/org.gnome.Sdk
.
Var/
$(ARCH)
/
$(VERSION)
--disable-fsync
--no-xattrs
-s
"commit"
commit
commit
:
commit-sdk commit-platform
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment