Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
f0d1be42
Commit
f0d1be42
authored
Sep 12, 2013
by
Michał Siwek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move test.rb and device.json to development branch
parent
70cae4eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
27 deletions
+0
-27
device.json
device.json
+0
-6
test.rb
test.rb
+0
-21
No files found.
device.json
deleted
100644 → 0
View file @
70cae4eb
{
"architecture"
:
"i686"
,
"installed_packages"
:
[
]
}
\ No newline at end of file
test.rb
deleted
100644 → 0
View file @
70cae4eb
#require './packages/buildessential'
require
'json'
require
'pathname'
@device
=
JSON
.
parse
(
File
.
read
(
'./device.json'
),
symbolize_names:
true
)
@device
.
each
do
|
key
,
elem
|
@device
[
key
]
=
@device
[
key
].
to_sym
rescue
@device
[
key
]
end
Dir
.
chdir
'./meta'
do
File
.
open
(
"make.directorylist"
).
each_line
do
|
line
|
#puts line
system
"mkdir -p "
+
line
.
chomp
end
File
.
open
(
"make.filelist"
).
each_line
do
|
line
|
Dir
.
chdir
'../tmp'
do
system
"mv"
,
'.'
+
line
.
chomp
,
line
.
chomp
end
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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