ALT Linux Bugzilla
– Attachment 3982 Details for
Bug 21905
генерация кривых версий
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
Добавлена сортировка
test.sh (text/plain), 345 bytes, created by
Dmitry A. Kharitonov
on 2009-10-11 15:33:46 MSD
(
hide
)
Description:
Добавлена сортировка
Filename:
MIME Type:
Creator:
Dmitry A. Kharitonov
Created:
2009-10-11 15:33:46 MSD
Size:
345 bytes
patch
obsolete
>#!/bin/bash > >tmp="$(mktemp tmp.XXX)" >for rel in alt1.10 alt1.p3 alt1.9 alt1.10.1 alt1.svn20090812 alt1.svn20090812.10 alt1.svn20090812.11; do > echo -n "$rel: " > :>"$tmp" > for br in "" M50 M41 M40; do > rpm --define "branch_switch \"$br\"" --eval "%branch_release $rel" >>"$tmp" > done > sort "$tmp" | sed ':a;N;s/\n/ /;ta' >done >rm -f "$tmp"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 21905
:
3981
| 3982 |
3999
|
4000