Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
2f967a05
You need to sign in or sign up before continuing.
Commit
2f967a05
authored
Sep 08, 2010
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial tagged lists draft
- bin/tags2lists - pkg/lists/tagged/
parent
d91a3564
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
0 deletions
+28
-0
tags2lists
bin/tags2lists
+19
-0
_.base_alterator_install_
pkg/lists/tagged/_.base_alterator_install_
+4
-0
_.base_apt_
pkg/lists/tagged/_.base_apt_
+3
-0
_.base_kernel_
pkg/lists/tagged/_.base_kernel_
+2
-0
No files found.
bin/tags2lists
0 → 100755
View file @
2f967a05
#!/bin/sh -f
# a script to transform a tag name, a list of tag names (ANDed then),
# or a complex boolean expression into a list of package list names
#
# examples of expected stdin:
#
# kde
# live gnome
# (base && (kernel || apt || alterator))
#
find
.
$(
sed
\
-e
"s,
\(
[^&|! ()']
\+\)
,-name *_
\1
_*,g"
\
-e
"s, *&& *, -a ,g"
\
-e
"s, *|| *, -o ,g"
\
-e
"s, *! *, ! ,g"
\
-e
"s, *( *, ( ,g"
\
-e
"s, *) *, ) ,g"
\
)
|
sed
's,^\./,,'
pkg/lists/tagged/_.base_alterator_install_
0 → 100644
View file @
2f967a05
alterator-lilo
alterator-root
alterator-users
alterator-net-eth
pkg/lists/tagged/_.base_apt_
0 → 100644
View file @
2f967a05
interactivesystem
apt-conf-sisyphus
apt
pkg/lists/tagged/_.base_kernel_
0 → 100644
View file @
2f967a05
basesystem
kernel-image-std-def
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