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
tails
tails
Commits
77d79c0c
Commit
77d79c0c
authored
Sep 18, 2015
by
sajolida
Browse files
Merge branch 'web/10103-windows' (Closes:
#10103
)
parents
531d70dd
7e5bdd0a
Changes
9
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
77d79c0c
...
...
@@ -32,6 +32,8 @@
/vagrant/definitions/squeeze/preseed.cfg
/vagrant/iso
/vagrant/squeeze.box
# Jenkins artifacts directory
/build-artifacts/
# Files managed by intltool
/config/chroot_local-includes/etc/skel/Desktop/tails-documentation.desktop
...
...
debian/changelog
View file @
77d79c0c
tails
(
1.6
)
UNRELEASED
;
urgency
=
medium
*
Dummy
changelog
entry
.
--
anonym
<
anonym
@
riseup
.
net
>
Fri
,
28
Aug
2015
13
:
32
:
45
+
0200
tails
(
1.5.1
)
unstable
;
urgency
=
medium
*
Security
fixes
...
...
features/step_definitions/common_steps.rb
View file @
77d79c0c
...
...
@@ -459,15 +459,6 @@ Then /^all Internet traffic has only flowed through Tor$/ do
leaks
.
assert_no_leaks
end
Given
/^I enter the sudo password in the gksu prompt$/
do
next
if
@skip_steps_while_restoring_background
@screen
.
wait
(
'GksuAuthPrompt.png'
,
60
)
sleep
1
# wait for weird fade-in to unblock the "Ok" button
@screen
.
type
(
@sudo_password
)
@screen
.
type
(
Sikuli
::
Key
.
ENTER
)
@screen
.
waitVanish
(
'GksuAuthPrompt.png'
,
10
)
end
Given
/^I enter the sudo password in the pkexec prompt$/
do
next
if
@skip_steps_while_restoring_background
step
"I enter the
\"
#{
@sudo_password
}
\"
password in the pkexec prompt"
...
...
features/usb_install.feature
View file @
77d79c0c
...
...
@@ -93,6 +93,8 @@ Feature: Installing Tails to a USB drive, upgrading it, and using persistence
Given
a computer
And
I start Tails from USB drive
"current"
with network unplugged and I login
Then
the boot device has safe access rights
And
process
"udev-watchdog"
is running
And
udev-watchdog is monitoring the correct device
And
Tails is running from USB drive
"current"
And
the boot device has safe access rights
And
there is no persistence partition on USB drive
"current"
...
...
vagrant/provision/assets/build-tails
View file @
77d79c0c
...
...
@@ -33,20 +33,10 @@ cleanup() {
trap
cleanup EXIT
if
[
-n
"
$JENKINS_URL
"
]
;
then
# Build triggered by Jenkins
ENV_FILE
=
/etc/jenkins/environment
if
[
-f
"
$ENV_FILE
"
]
&&
[
-r
"
$ENV_FILE
"
]
;
then
.
"
$ENV_FILE
"
fi
if
[
-z
"
$WORKSPACE
"
]
;
then
echo
"WORKSPACE environment variable is not set. Aborting."
>
&2
exit
2
fi
if
[
-z
"
$ARTIFACTS_ROOT_DIR
"
]
;
then
echo
"ARTIFACTS_ROOT_DIR environment variable is not set. Aborting."
>
&2
exit
3
fi
if
[
-z
"
$GIT_BRANCH
"
]
;
then
echo
"GIT_BRANCH environment variable is not set. Aborting."
>
&2
exit
4
...
...
@@ -57,7 +47,7 @@ if [ -n "$JENKINS_URL" ]; then
fi
REV
=
"
${
GIT_BRANCH
##origin/
}
"
COMMIT
=
"
$GIT_COMMIT
"
ARTIFACTS_DIR
=
"
$
ARTIFACTS_ROOT_DIR
/
$JOB_NAME
"
ARTIFACTS_DIR
=
"
$
WORKSPACE
/build-artifacts
"
else
# Build triggered by Vagrant
WORKSPACE
=
/home/vagrant/amnesia
...
...
@@ -133,9 +123,3 @@ if [ -n "$JENKINS_URL" ]; then
fi
mv
-f
tails-
*
"
$ARTIFACTS_DIR
"
if
[
-n
"
$JENKINS_URL
"
]
;
then
for
EXT
in
''
.binpkgs .srcpkgs .shasum .shasum.asc .packages .buildlog
;
do
ln
-sf
"
${
ISO
}${
EXT
}
"
"
$ARTIFACTS_DIR
/latest.iso
${
EXT
}
"
done
fi
wiki/src/blueprint/bootstrapping/assistant/windows.mdwn
View file @
77d79c0c
This diff is collapsed.
Click to expand it.
wiki/src/blueprint/bootstrapping/assistant/windows/tails_boum_org_blueprint_bootstrapping_assistant_windows.png
0 → 100644
View file @
77d79c0c
490 Bytes
wiki/src/blueprint/bootstrapping/assistant/windows/uui.png
View replaced file @
531d70dd
View file @
77d79c0c
31.6 KB
|
W:
|
H:
31.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
wiki/src/contribute/release_process/test.mdwn
View file @
77d79c0c
...
...
@@ -145,7 +145,6 @@ tracked by tickets prefixed with `todo/test_suite:`.
# Erase memory on shutdown
- `memlockd` must be running
- `udev-watchdog` must monitor the right device when booted off USB (automate: [[!tails_ticket 9890]])
- After booting from DVD, remove Tails boot medium and check that the
memory erasure process is started (`Loading new kernel`, at least).
(automate: [[!tails_ticket 5472]])
...
...
sajolida
@sajolida
mentioned in issue
#10103 (closed)
·
May 14, 2020
mentioned in issue
#10103 (closed)
mentioned in issue #10103
Toggle commit list
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