Differences From Artifact [f8d37254ad]:
- Executable file tests/installall/tests/iupbinlib/install.sh — part of check-in [749b68c55a] at 2013-07-22 18:35:38 on branch dev — Lots of stuff for installall flow (user: matt, size: 71) [annotate] [blame] [check-ins using] [more...]
- Executable file tests/installall/tests/iupbinlib/untar.sh — part of check-in [749b68c55a] at 2013-07-22 18:35:38 on branch dev — Lots of stuff for installall flow (user: matt, size: 71) [annotate] [blame] [check-ins using]
- Executable file tests/installall/tests/iuplib/install.sh — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 71) [annotate] [blame] [check-ins using]
- Executable file tests/installall/tests/iuplib/untar.sh — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 71) [annotate] [blame] [check-ins using]
- Executable file tests/installall/tests/iupsrclib/untar.sh — part of check-in [749b68c55a] at 2013-07-22 18:35:38 on branch dev — Lots of stuff for installall flow (user: matt, size: 71) [annotate] [blame] [check-ins using]
- Executable file tests/installall/tests/logpro/clone.sh — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 71) [annotate] [blame] [check-ins using]
- Executable file tests/installall/tests/logpro/compile.sh — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 71) [annotate] [blame] [check-ins using]
- Executable file tests/installall/tests/logpro/install.sh — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 71) [annotate] [blame] [check-ins using]
- Executable file tests/installall/tests/logpro/open.sh — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 71) [annotate] [blame] [check-ins using]
- Executable file tests/installall/tests/zmq/install.sh — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 71) [annotate] [blame] [check-ins using]
- Executable file tests/installall/tests/zmqlib/compile.sh — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 71) [annotate] [blame] [check-ins using]
- Executable file tests/installall/tests/zmqlib/download.sh — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 71) [annotate] [blame] [check-ins using]
- Executable file tests/installall/tests/zmqlib/untar.sh — part of check-in [e165458b7b] at 2013-07-22 13:57:44 on branch dev — Megatest based installall mostly done (user: mrwellan, size: 71) [annotate] [blame] [check-ins using]
To Artifact [9866ff8b06]:
- File tests/installall/tests/iupbinlib/install.sh — part of check-in [4aeb75f670] at 2018-02-21 16:57:39 on branch v1.65 — Added license header to remaining files. (user: mrwellan, size: 772) [annotate] [blame] [check-ins using] [more...]
- File tests/installall/tests/iupbinlib/untar.sh — part of check-in [4aeb75f670] at 2018-02-21 16:57:39 on branch v1.65 — Added license header to remaining files. (user: mrwellan, size: 772) [annotate] [blame] [check-ins using]
- File tests/installall/tests/iupsrclib/untar.sh — part of check-in [4aeb75f670] at 2018-02-21 16:57:39 on branch v1.65 — Added license header to remaining files. (user: mrwellan, size: 772) [annotate] [blame] [check-ins using]
- File tests/installall/tests/zmq/install.sh — part of check-in [4aeb75f670] at 2018-02-21 16:57:39 on branch v1.65 — Added license header to remaining files. (user: mrwellan, size: 772) [annotate] [blame] [check-ins using]
- File tests/installall/tests/zmqlib/compile.sh — part of check-in [4aeb75f670] at 2018-02-21 16:57:39 on branch v1.65 — Added license header to remaining files. (user: mrwellan, size: 772) [annotate] [blame] [check-ins using]
- File tests/installall/tests/zmqlib/download.sh — part of check-in [4aeb75f670] at 2018-02-21 16:57:39 on branch v1.65 — Added license header to remaining files. (user: mrwellan, size: 772) [annotate] [blame] [check-ins using]
- File tests/installall/tests/zmqlib/untar.sh — part of check-in [4aeb75f670] at 2018-02-21 16:57:39 on branch v1.65 — Added license header to remaining files. (user: mrwellan, size: 772) [annotate] [blame] [check-ins using]
1 2 3 4 | #!/usr/bin/env bash # Run your step here source $PREFIX/buildsetup.sh | > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #!/usr/bin/env bash # This file is part of Megatest. # # Megatest is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Megatest is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Megatest. If not, see <http://www.gnu.org/licenses/>. # Run your step here source $PREFIX/buildsetup.sh |